December 23rd, 2013

PowerTip: Create Computer Account in Active Directory with PowerShell

Doctor Scripto
Scripter

Summary: Use the Active Directory module to create a new computer account.

Hey, Scripting Guy! Question How can I use Windows PowerShell to create a computer account in Active Directory?

Hey, Scripting Guy! AnswerTo create a new computer called ScriptoPC, execute the following line in an Active Directory environment
          with a domain controller running Windows Server 2012 R2, Windows Server 2012, or Windows Server 2008 R2:

New-ADcomputer –name “ScriptoPC” –SamAccountName “ScriptoPC”

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback