What is the correct syntax for home drive mapping. Example net use g:\\server\users\%username%. I tried this but no luck, any other suggestions, thanks.
This line is from a logon script I am currently using on a win2k domain..
net use p: \\10.16.1.2\public /persistent:no
I use the IP address instead of the server name because my users sometimes vpn in and it avoids having to have a WINS server. Long story but it works...
Thank's for all your help, but still having problem. All clients are Windows 95 and 98. All other map statments work correctly, except home drive mapping. Any other suggestions or links, thanks.
Creare users folder on one server. Share as users with full control to domain users. Then in UMD select all users and choose properties. Set home directory (use drive H for future proofing) to \\servername\users\%username%
Once you hit ok, the server will generate all directories.
Create home.bat and put the line in I detailed above. Put script in netlogon folder and replicate to all DCs.
Have been using this for years and have just tested in the lab.
In Win9X you can't traverse more than one directory down a particular tree when mapping drives. That is to say, you can map \\server\share , but you CANNOT map \\server\share\username
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.