Active-Directory-Basic-Command
General Commands
Get-ModuleGet-Command -Module ActiveDirectory Get-Help <cmd-let> import-Module ActiveDirectoryActive Directory PowerShell Commands
AD User Commands
New-ADUser -Name "first last" -Accountpassword (Read-Host -AsSecureString "Super$ecurePassword!") -Enabled $true -OtherAttributes @{'title'="Analyst";'mail'="f.last@domain.com"}Remove-ADUser -Identity <name>Unlock-ADAccount -Identity <name>AD Group Commands
GPO Commands
Computer Commands
Last updated