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…
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…
How to Clean Up Active Directory Domain in Server 2012 R2
When a domain controller server is crashed and it still exists in an active directory setup, then it can make trouble later…
How to Check Who Logged into your Windows Computer
Sometimes, you may be required to check who has logged into your computer while you were away. You can do…
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…