Why does my Windows Service keep forgetting its password?

The mystery: “The service did not start due to a login failure” One of our customers reported a very strange problem last week. After about a day of running flawlessly, their windows service would suddenly fail to start after a reboot. The error reported by the Event Viewer hinted at a problem with the service user’s account: Trying to start the service […]

Read more

AWS Certified Cloud Practitioner

I took the AWS Certified Cloud Practitioner exam a few weeks ago and passed. woot woot!!  🙂 I am super excited. Now I am going for the Solutions Architect exam next! A big thanks to Udemy and Linux Academy for providing excellent training. Criteria https://aws.amazon.com/certification/certified-cloud-practitioner/ Description The AWS Cloud Practitioner exam enables individuals with an overall understanding of the AWS […]

Read more

Building and Deploying Nano Servers

Microsoft has introduced an installation option of Windows Server 2016 that provides an operating system designed and optimized for Cloud operations. Microsoft’s Nano Server is intended to support and run born-in-the-cloud applications and containers. In this article, I will explain how to easily and quickly you can deploy Nano Servers in your server environment, using either PowerShell or a GUI. […]

Read more

Converting from Server 2012 Core install to Full GUI

Windows Server 2012 Core boasts many enticing enhancements which include reducing the installation footprint, attack surface and management overhead.  Features on Demand allows the administrator to remove roles which are not needed to help reduce the disk size required for the installation.  By default all features are stored in the %windir%\winsxs directory, but administrators can use the uninstall-windowsfeature <featurename> –remove […]

Read more

Configuring Network Load Balancing in Windows Server

Services and applications that are affected by high load require technologies to address this issue. Network Load Balancing is a technology that allows system administrators to configure clusters that distribute traffic between several servers. Suppose you have a website that receives a large number of requests and cannot be handled by one server. In this case you would configure a […]

Read more
1 13 14 15 16 17 72