PowerShell
How to Create an Active Directory Global Security Group with PowerShell
I had to create a global security group while I was managing shared mailboxes in Microsoft Exchange Server 2016 with…
How to Configure Read-Only Domain Controller Windows Server 2016 Using PowerShell
We have configured a Read-Only Domain Controller (RODC) Windows Server 2016 using server manager in another tutorial already. In this post,…
How to Prepopulate Passwords Cache on Read-Only Domain Controller Windows Server 2016
When a Password Replication Policy is enabled and a user or computer account is in the allowed RODC password replication…
How to Set an Individual Password to Never Expire in Office 365
If you want to set a password to never expire for a single user, you have to do it via…
How to Migrate AD Users in a Forest Using ADMT v3.2
When you have multiple domains in a forest, migrating Active Directory objects between two domains is a day to day task of…
How to Get a List of Unlicensed Users in Office 365
In this article, I'll show you to get all O365 users which have not been assigned any license. Prerequisites Download…
How to Remove AD Members from Group Using PowerShell
Just like we added AD users in a group with the help of Ad-ADGroupMember PowerShell cmdlet, we can also remove…
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 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…