automated user creation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Sorry I am not sure if this is the right place to post but I am looking to
see if there is a way to add new user into a Active Directory. For example, I
want to be able to add 100 users without having to do each one individually
but the easy part is the username is just studentx where x is 1 through 100.
Can you do this in a script or can you import some sort of text file? Thank
you for your replies.
 
Sorry I am not sure if this is the right place to post but I am looking to
see if there is a way to add new user into a Active Directory. For example, I
want to be able to add 100 users without having to do each one individually
but the easy part is the username is just studentx where x is 1 through 100.
Can you do this in a script or can you import some sort of text file? Thank
you for your replies.

You can use net user Username ... ... /ADD /DOMAIN
or
DSADD

set tips 4646 in the 'Tips & Tricks' at http://www.jsiinc.com for the net user syntax
See tips 6820 and 7329 for dsadd.


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