PowerShell: Alert me when Disk Space is running low on my Windows Servers (E-Mail Notification)

Have you ever ran into a situation where your disk space on your Windows Server were running low and you had to constantly remote into the server to check the disk space? Now, imagine if you had to do this for 10-100 servers! This script will send you email notifications with the status of your Windows Server disk space.

Read more

How to Automate Software Package Installations in Server 2016 via PowerShell

Here are some of the ways you can automate software package and modules installations in Server 2016, using some of the new package management cmdlets that come with PowerShell. With the introduction of services like NuGet, Choclatey, PSGet and Package Manager, Windows finally has a great way of delivering software packages and modules directly from the internet or through an […]

Read more

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

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

Installing Exchange Server 2016 on Windows Server 2016 with GUI

You can install Exchange Server 2016 on Windows Server 2016 with either PowerShell or Graphical User Interface (GUI). However, in this article, I’ll focus on installation with the help of GUI. System Requirements Exchange Server 2016 has following important system requirements. For details, please visit the following link: https://technet.microsoft.com/en-us/library/aa996719(v=exchg.160).aspx Installing Prerequisites To get started, join the server machine with domain and then […]

Read more

Introducing Microsoft ‘Project Honolulu’

Microsoft continues to invest and expand its PowerShell Scripting Environment but sometimes it is necessary to use a graphical interface in order to manage systems. This is the reason why Microsoft also develops a new management tool called “Project Honolulu”. Honolulu is the modern evolution of traditional MMC, first introduced in 2000. Now, it’s time to update our management tools! So, Microsoft […]

Read more

How to change Windows Update settings using SCONFIG

Validate your current WU settings using SCONFIG To determine what updates your machine has already installed, follow these steps: Open a command prompt with Admin permissions. Type sconfig and press Enter. NOTE: There may be a short pause as the tool inspects your system.   Option #5 shows the current configuration of your Windows Update settings.   Change your Windows Update Settings To […]

Read more
1 2 3 4 5