Creating multiple users and home directories from text file

S

Steve

Hi,

I've been using ntmum to create multiple users and home
directories for the users. It was fine when we were at
NT4, but we are now at Win2K and having some issues with
ntmum. Can anyone help me with creating multiple users
and home directories from text file? Is there any good
software that will do this?

Thank you,

Steve,
 
J

Jerold Schulman

Hi,

I've been using ntmum to create multiple users and home
directories for the users. It was fine when we were at
NT4, but we are now at Win2K and having some issues with
ntmum. Can anyone help me with creating multiple users
and home directories from text file? Is there any good
software that will do this?

Thank you,

Steve,

Check out the net user command. See tip 2815 in the 'Tips & Tricks' at
http://www.jsiinc.com

You can use the for /f command to parse the text file, create the user with
their /homedir: and issue a MD to create the folder.



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

Tim Hines, MCSA, MCSE

The following article will tell you how to do this
http://www.microsoft.com/windows2000/techinfo/planning/activedirectory/bulksteps.asp

--
--
Tim Hines, MCSE, MCSA
Windows 2000 Directory Services

=====================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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

Top