How to Remove Active Directory Domain Services Using Server Manager
In one of earlier articles, we removed active directory domain services using PowerShell. In this guide, I'll focus on removing active…
How to insert control characters in Vim (and have them printed through cat)
The other day, I was studying about the Linux du command when I stumbled upon its --files0-from option that enables…
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 Add a Child Domain on Windows Server 2016
Extra AD domains are not recommended because they are hard to administer. However, you may need an extra domain (child…
Firewall Ports Used by Office 365
I was recently preparing for Office 365 certification (exam 70-346), I came up with several questions about firewall ports used…
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 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…