Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. New-ADOrganizationalUnit -Name "Redmont" -Path "OU=Washington,DC=contoso,DC=local"
  2.  
  3. for($i = 0; $i -le 100; $i++){ New-ADUser -Name "User"$i -Path "OU=Redmont,OU=Washington,DC=contoso,DC=local"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement