Difference between revisions of "Quest powershell to create a batch of users"
From MyWiki
(Created page with "<source lang="powershell"> New-QADUser -name 'psych001' -ParentContainer 'OU=Visitors_and_Guests,OU=Goldsmiths_Users,DC=campus,DC=goldsmiths,DC=ac,DC=uk' -samAccountName 'psyc...") |
(No difference)
|
Revision as of 13:37, 6 January 2015
New-QADUser -name 'psych001' -ParentContainer 'OU=Visitors_and_Guests,OU=Goldsmiths_Users,DC=campus,DC=goldsmiths,DC=ac,DC=uk' -samAccountName 'psych001' -UserPassword 'Banana5454!' -Description "Job 87241 in IT Services" -UserPrincipalName "psych001@campus.goldsmiths.ac.uk" set-qaduser psych001 -UserPassword 'Banana5454!'