Automate creation of user accounts

  • Thread starter Thread starter ! confused
  • Start date Start date
C

! confused

Hi
We are using ISA server to authenticate users who access
our Extranet system. These are non-employees and there
are around 300 of them. We have created a new AD domain
on the ISA server, specifically so we can authenticate
these users before they get access to the webserver. They
only need remote login access and nothing more than NT4
could do.

Is there a simple way to create 300 user accounts, with
passwords and UPN login and decriptions from a file?
 
Hi
We are using ISA server to authenticate users who access
our Extranet system. These are non-employees and there
are around 300 of them. We have created a new AD domain
on the ISA server, specifically so we can authenticate
these users before they get access to the webserver. They
only need remote login access and nothing more than NT4
could do.

Is there a simple way to create 300 user accounts, with
passwords and UPN login and decriptions from a file?

Addusers.exe from the reskit or supplement, tip 3277 in the 'Tips & Tricks' at
http://www.jsiinc.com for the list of tools.

You can parse the file in a FOR command and use
DSADD, tip 7329 or net user, tip 2815.


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
addusers.exe to add multiple accounts from text file.
usrtogrp.exe to add those users to a specified group.

See your resource kit for exact descriptions
 
Back
Top