Creating multiple users and home directories from text file

  • Thread starter Thread starter Steve
  • Start date Start date
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,
 
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
 
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.
 
Back
Top