Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Map to home directory
Name: Romy Date: August 28, 2002 at 09:36:28 Pacific
Comment:
How can I setup a logon script to map a users home directory? They are all different. Would something like net use h:\servername\%username work?
Name: Rob Date: August 28, 2002 at 10:51:27 Pacific
Reply:
I tried it, and it doesn't seem to work.
0
Response Number 2
Name: michael Date: August 28, 2002 at 21:13:31 Pacific
Reply:
Try h:\servername\%username% after you have created the directories. Only User Manager will create the folders automatically (in a pre-shared folder, like Users).
0
Response Number 3
Name: Glen Date: August 29, 2002 at 10:11:09 Pacific
Reply:
That command won't work in a script. The syntax is \\servername\sharename.
In the properties of the user account, define the path to their home folder - \\servername\sharename. Then in the logon script use the net use /home command to map the drive.
0
Response Number 4
Name: Alex Date: August 29, 2002 at 14:10:05 Pacific
Reply:
Well it will work perfectly fine on Windows Nt and Windows 200 pro workstations, but not on win 95&98... to read about getting it to work on win 95 & 98.. read below.
Summary: Pls help and send me a sample of scripts for automatic logon and mapping user home directories automatically for network size of 800 users....
Summary: I have a problum with mapping users home directory on NT.I need to map home directory like H:user name when I use Net use h: \\server name\users\%username% H drive shows all the users home directory....
Summary: Proabaly very trivial.... How do I get all my windows applications to go stright to a users home directory, and bypass c:\ etc. I am using windows NT4.0 Many Thanks ...