Windows Server 2012 R2
Fixed, Dynamically Expanding, and Differencing Disks in Hyper-V
There are three types of virtual hard disks in Hyper-V. Those three types are: Fixed size Dynamically expanding Differencing I…
Error when Executing a PowerShell Script for the First Time
When you are executing a PowerShell script for the first time you may encounter the following error: .... cannot be loaded…
How to Fix WinRm Firewall Exception Rule When Enabling PS Remoting
When you are enabling PowerShell remoting using the command Enable-PSRemoting, you may get the following error because your system is…
How to Configure an IP Address Using PowerShell on Windows
If you are coming from Linux to Windows and you are used to working on the shell, then the following…
How to Set Up an Active Directory on Windows Server 2016 Using PowerShell
In this tutorial, I will explain how to install an active directory on Windows Core Server 2016 using a few…
How to Check if a User or Group Exists in AD using PowerShell
If you want to check the existence of any user or group in Windows Active Directory, use the following PowerShell…
How to Pre-Stage Client Computers using WDS console
You can secure your WDS deployments by pre-staging client computers using their GUID or MAC addresses. This way, only known…
How to Prevent Users from Shutting Down the Domain Joined Client Computers
Domain users are by default allowed to shutdown, restart, or put the domain-joined client computers to sleep. However, you can…
How to Hide Specific OU in Active Directory Users and Computers
When you open an active directory users and computers console, you will see some of the following containers or OUs.…
How to Remove Active Directory Domain Services Role from Windows Server using PowerShell
ADDS roles can be removed by using the GUI and Powershell. Powershell is a fast and easy method that requires…