PowerTip: Create a New User in Active Directory with PowerShell
Summary: Use the Active Directory module to create a user with Windows PowerShell.


To create a new user named “Doctor Scripto” in Active Directory:
NEW-ADUSER doctor.scripto –Givenname Doctor –Surname Scripto
0 comments