I put all my users in a CSV file, opened it in Access and then made a quick report to spit them out. I have a txt file with the following lines:
Quote:
|
createAccount username@domain.com password displayName 'Firstname Lastname' givenName 'Firstname' sn 'Lastname'
|
Then I just feed to to zmprov with "zmprov < userlist.txt"