Active Directory PowerShell CmdLets for Computer Account Management

Active Directory PowerShell offers the following cmdlets for computer account mangement - 
  1. New-ADComputer – Creates a new Active Directory computer
  2. Remove-ADComputer – Removes an Active Directory computer
  3. Set-ADComputer – Modifies an Active Directory computer
  4. Add-ADComputerServiceAccount – Adds one or more service accounts to an Active Directory computer
  5. Remove-ADComputerServiceAccount – Removes one or more service accounts from a computer

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

No comments:

Post a Comment