Windows Server 2016
How to change Postal Address of AD Users Using PowerShell
When AD users change office, their postal addresses become incorrect and you need to change them. As you know this can be…
How to Deploy a Read-Only Domain Controller in Windows Server 2016
An RODC holds a read-only copy of the Active Directory database and doesn't allow any changes in AD data. It is mostly…
How to List Migrated AD Users sIDHistory Attribute
I list below the simple method to get siDHistory attribute of migrated AD users. List AD Migrated User sIDHistory Attribute…
What is CBS.log?
CBS stands for component based servicing. CBS.log is a file which include logs about components when they get installed or…
How to Deconfigure DHCP Failover in Windows Server 2016
If you want to remove an existing DHCP failover in Windows Server 2016, you can do it either by using…
How to Add a New Domain in an Existing Forest in Windows Server 2016 Using PowerShell
In previous article, we added a new domain in an existing forest using server manager. In this guide, I'll focus…
How to Configure DHCP Failover in Windows Server 2016 using PowerShell
You can create a DHCP failover with two servers in hot standby mode by using a single Add-DhcpServerv4Failover PowerShell cmdlet. This…
How to Add a User to a Group Using PowerShell
You can add a user into a group using active directory users and computer (ADUC) mmc snap in or by…
How to Configure Windows Server Backup on Windows Server 2016
Windows Server Backup is a feature (not a role) in Windows Server 2016. You need to install it before you can…
How to Delete Multiple DHCP Scopes Using PowerShell
You can remove multiple scopes from your DHCP server by using this simple script which uses the Remove-DhcpServerv4Scope PowerShell cmdlet. The…