Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NT Server 4.00 user accounts

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
How do you automate creating 1200 user accounts for NT Server 4.00?
 
The process could be automated using the "NET USER" command, which creates user accounts. However, all accounts will have a blank password and will only belong to the "Domain Users" group. If this is OK, then I would use a text editor and copy/edit a list such as:

NET USER User1
NET USER User2
NET USER User3

I believe there is a way to import the user names from a list, but it escapes me at the moment. Check TechNet at Microsoft.com - you should be able to find it there...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top