PowerTip: Create Computer Account in Active Directory with PowerShell
Summary: Use the Active Directory module to create a new computer account.
How can I use Windows PowerShell to create a computer account in Active Directory?
To 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”