Windows Server 2016
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…
How to Migrate Print Services from Server 2012 to Server 2016
These instructions describe how to migrate print services from Windows Server 2012 R2 to Windows Server 2016. Windows Server 2016…
How to Migrate DHCP from Windows Server 2012 R2 to Server 2016
Migrating a DHCP from Server 2012 R2 to Server 2016 involves only two commands. The first command is to export…
samAccountName Vs userPrincipalName
In this article, I am going to explain the difference between a samAccountName and a userPrincipalName which are often used…
How to Prompt a User for Input using PowerShell
You can use the read-host command-let to get an input from a user during program execution. PowerShell Input Example Here is…
How to Read a Text File Using PowerShell
You can read a text file and display its content using get-content cmdlet in PowerShell. Read textfile example Execute the…
How to Generate Random Numbers Using PowerShell
When you have to generate random passwords for users, you can execute the get-random command let on PowerShell to create it.…
How to Change Server Name, Date, Time and Time Zone in Windows Server 2016
If you have recently installed a new Windows Server 2016, it is a good practice to assign it a user…
How to Configure DHCP with PowerShell
PowerShell commands are an easy way to save a lot of time as system administrator. In this article, I'll show…
How to Keep Installed Drivers After Running SYSPREP
Sometime it is necessary to keep installed drivers on windows even after running sysprep. You can do so by following…