May 2019
Intermediate to advanced
620 pages
21h 41m
English
Use the following lines of PowerShell on a system with the Active Directory module for Windows PowerShell installed:
Import-Module ActiveDirectoryNew-ADComputer -Name "Computer" -sAMAccountName "Computer" -Path "CN=Computers,DC=lucernpub,DC=com"