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-ADUser -Name User -Path "CN=Users,DC=lucernpub,DC=com" -GivenName "User's First Name" -Surname "User's Last Name" -sAMAccountName user