CreateUsers.vbs Example


CreateUsers.Vbs WinNT://MyDomain name:JSmith password:Pass 
creates a user record for Jeff Smith in MyDomain.
CreateUsers.Vbs LDAP://CN=users,DC=MyDomain,DC=Microsoft,DC=Com
    cn:öJeff Smithö SamAccountName:JSmith password:pass
creates a user record for Jeff Smith in MyDomain with the specified data.
CreateUsers.Vbs WinNT://MyDomain /I:users.txt
creates user records for all entries listed in the file "users.txt". User.txt entries should be formatted as follows:
name:JSmith password:pass
name:RJones password:pass2