PowerShell
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…
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 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…
How to Send an Email from Gmail Account Using PowerShell
You can send an email from your Gmail account using only a single command in PowerShell. There are several ways to achieve…