basketcase

CreateADUser

Aug 18th, 2010
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Import-CSV Generic.csv | foreach { new-QADUser -Name $_.name -ParentContainer $_.parentContainer -UserPrincipalName $_.userPrincipalName -samAccountName $_.samAccountName -userPassword $_.userPassword -Description $_.Description }
Add Comment
Please, Sign In to add comment