Computing.Net > Forums > Windows NT > mapping directly to users home Folders

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

Reply to Message Icon

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

Any help ??

Regards
Richard Dunne



Sponsored Link
Ads by Google

Response Number 1
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 ?? :-)


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows NT Forum Home


Sponsored links

Ads by Google


Results for: mapping directly to users home Folders

Login Scrpts/mapping to home folder www.computing.net/answers/windows-nt/login-scrptsmapping-to-home-folder/19566.html

Home Folders www.computing.net/answers/windows-nt/home-folders/9961.html

Change user home folder path www.computing.net/answers/windows-nt/change-user-home-folder-path/18193.html