Active Directory PowerShell CmdLets for User Account Management

Active Directory PowerShell offers the following cmdlets for user account mangement -
  1. Disable-ADAccount – Disables an Active Directory account
  2. Enable-ADAccount – Enables an Active Directory account
  3. Unlock-ADAccount – Unlocks an Active Directory account
  4. Set-ADAccountControl – Modifies user account control (UAC) values for an Active Directory account
  5. Clear-ADAccountExpiration – Clears the expiration date for an Active Directory account
  6. Set-ADAccountExpiration – Sets the expiration date for an Active Directory account
  7. Set-ADAccountPassword – Modifies the password of an Active Directory account
  8. New-ADUser – Creates a new Active Directory user
  9. Remove-ADUser – Removes an Active Directory user
  10. Set-ADUser – Modifies an Active Directory user

You can use these cmdlets to create, manage and delete user accounts with relative ease.

No comments:

Post a Comment