drapeaur,
Because you have presented a solution to your own problem which may be helpful to future searches, this question is now PAQed and your points have been refunded.
EE_AutoDeleter
Main Topics
Browse All TopicsOur domain controller is a Windows 2003 Standard SP2 server running Active Directory. Users can log onto their XP Pro desktop and map their home folder with no problems.
I am setting up a Windows 2008 server and running terminal services on it. When I log onto a user account, either locally on the server or through a remote desktop session the user's home folder does not get mapped properly. In Active Directory, on the Profile tab for the user's Properties, the user's home folder is defined as:
Connect to: H: To: \\servername\users$\jsmith
All user folders are located under the \users$ folder.
The logon script that runs when the user logs in maps the users home folder as follows:
net use h: /d /yes
net use h: /home
When I test logging on either locally on the server or through a remote desktop session the user's home folder gets mapped as H: but it points to the \users$ folder on the server. So, what happens is the user has an H: drive, but they can see and access all user folders within the \users$ folder. This can't be allowed.
I tested and retested this. I feel the problem has something to do with how Windows 2008 server maps drives vs. Windows 2003/XP but not sure. Any assistance you can provide is greatly appreciated. Thank you.
I'm starting to
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: drapeaurPosted on 2009-10-02 at 12:03:24ID: 25480990
Figured out my problem.
Removed the following commands from the login script to map the home folder:
net use h: /d /yes
net use h: /home
This was conflicting with the user login settings on the users properties in AD.