Creating Mass user accounts

  • Thread starter Thread starter Byron Kendrick
  • Start date Start date
B

Byron Kendrick

Is there a script that can be used to create user accounts in 2003 AD by
extracting data from something like a comma delimited text file or
spreadsheet? We are looking at creating several user accounts at once.
Wouldn't it be best to bundle them in smaller packages of say 25 or 30?
 
Is there a script that can be used to create user accounts in 2003 AD by
extracting data from something like a comma delimited text file or
spreadsheet? We are looking at creating several user accounts at once.
Wouldn't it be best to bundle them in smaller packages of say 25 or 30?
See tip 7329 in the 'Tips & Tricks' at http://www.jsiinc.com

Using a FOR command, you can parse a file to extract the user info and pass it
to DSADD.



Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top