Skip to content

Add Active Directory Users And Computers ((free)) Direct

In the console tree, expand your domain and click the OU where you want to create the user (e.g., Sales or Employees ).

(efficient for bulk operations) New-ADUser -Name "Jane Smith" -SamAccountName j.smith -UserPrincipalName j.smith@domain.com -Enabled $true New-ADComputer -Name "PC-123" -SamAccountName PC-123 add active directory users and computers