I use an old fashioned batch file. I also use the rmtshare utility to create the share while I'm at it.
It looks like... mkdir \\<servername>\<driverletter$>\<usershare>\<group>\<username> mkdir \\<servername>\<driverletter$>\<usershare>\<group>\<username>\wordprocessing mkdir \\<servername>\<driverletter$>\<usershare>\<group>\<username>\spreadsheets mkdir \\<servername>\<driverletter$>\<usershare>\<group>\<username>\presentations mkdir \\<servername>\<driverletter$>\<usershare>\<group>\<username>\system rmtshare \\<servername>\<username>=<driveletter>:\<usershare>\<group>\<username> When I set up a new user, I just do a quick search and replace on the group and username. I could probably set a variable for that but just haven't ever taken the time. -------------------------------------------------------------------------- | Tony McCullough, MCSE | Oregon Housing and Community Services | | LAN Engineer | 1600 State St. | | (503) 986-2135 Desk | Salem, OR 97301 | | (503) 932-1122 Cell | | | [EMAIL PROTECTED] | | --------------------------------------------------------------------------- -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, October 15, 2001 2:50 AM To: MSWinNT Discussions Subject: create home directory We have nt 4.0 domain and we want to create automatic home directory when we create a new account is there a utility to manage it? kp ------ You are subscribed as [EMAIL PROTECTED] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED] ------ You are subscribed as [email protected] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED]
