News

Although Active Directory accounts are sometimes manually created using the Active Directory Users and Computers console, it is also possible to create Active Directory accounts through PowerShell.
Windows Server 2008 R2 includes an Active Directory Module for Windows PowerShell. This new feature enables you to perform Active Directory administrative tasks by using Windows PowerShell. Let’s take ...
Microsoft today announced two new Azure Active Directory PowerShell module capabilities available at the preview testing stage. The first new capability is the addition of "multifactor authentication" ...
One of the most popular PowerShell topics I see in the community relates to finding Active Directory (AD) computers and users based on the age of the account. Many people have a need to find "stale" ...
The Active Directory Module for Windows PowerShell, which is included with Windows Server 2008 R2, can be used to perform password and account search operations against Active Directory Domain ...
It's not always the best idea to create Active Directory users from scratch. Chances are, your company has a standard "template" of attributes that are set for every domain user. If so, why are you ...
Jesus Vigo covers how systems administrators leverage PowerShell cmdlets to manage Active Directory networks, including the devices and users it services. Microsoft’s PowerShell (PS) management ...
PowerShell is a robust scripting tool that lets you automate and customize your admin tasks—including controlling the devices and user accounts stored in AD. Here are some go-to cmdlets that will ...
I have successfully put together my own Get-LdapUser and Set-LdapUser functions based on various examples I have found online. Now I need to move on to group membership - adding users to LDAP groups, ...