PowerShell Command to create computer account in Active Directory

This just simple command to create new AD computer in active directory

 

New`` -ADComputer -Name voltacomputer `` -SAMAccountName voltasama `` -Description testcomputer `` -DNSHostName voltacomputer.coex.com