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.
mapping directly to users home Folders
Name: richard Dunne Date: August 20, 2001 at 02:45:15 Pacific
Comment:
hi all
I have shared out a folder on my nt4 server . I want to give users a home folder which will be maped when they log on . I have shared out a folder called users and went into user profiles and set Z: to map to \\server\users\testuser . This works ok but it mapes to the folder users . I need it to map to testuser folder and make this its root folder. I have used the %username% comand but this give the same result
Name: James Cash Date: August 20, 2001 at 03:48:31 Pacific
Reply:
NT always does this - a workaround is to share each user's home directory in it's own right and then map to that.
Are your clients Win9x? if your clients are NT workstation it should work correctly anyway.
0
Response Number 2
Name: David Cornes Date: August 23, 2001 at 02:05:51 Pacific
Reply:
I was looking for an answer to this one - an alternative is to use the SUBST command in a login script to map a drive letter to the UNC, eg. SUBST Z: \\server\users\testuser. This works fine, but beware that SUBSTs persist for the duration of the OS's execution, and so aren't deleted when a user logs out. I get around this by deleting and recreating each time a user logs in, and setting permissions on the home folder to restrict access to other users.
Another annoyance is that MS have 'broken' this method in Win2k in that you can't SUBST UNCs, but CAN now NET USE directly to a subfolder! Guess who's login scripts just got a lot more complicated ?? :-)
Summary: I have a login.bat file that I am trying to load that will map a drive to a users home folder. The mapped drive will be different depending on which user logs in......my machine name is class and my s...
Summary: If this is a Win2k pc Right click My Documents/select Properties. In the target path type in the home dir. on the server. If it is a WinNT pc share the users home folder and map a drive letter to it....
Summary: Hello, i want to change some home folders of a few users. A try to use %USERNAME%, but i need to put $ and i'm not allowed to it. Can anyone tell me how to do it? Thank's ...