1..400 | ForEach-Object {New-QADUser -ParentContainer Domain123.local/TestOU -Name "TestUser$_" -SamAccountName "TestUser$_" -UserPassword "Password1" | Enable-QADUser}
No comments:
Post a Comment