Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Map Network Drive for all Terminal Service Users

Status
Not open for further replies.

byrne1

Programmer
Aug 7, 2001
415
US
Is there a way that I can map a common network drive for all users who log into Terminal Services? Let's say I wanted all users to have G: drive mapped to \\server1\images or something of that nature. Is this possible? If so, how can I do it?

Thanks in advance for any help.
 
If you are using AD/GPOs, simply create and link a new GPO to the OU. You would need to create a .bat file first.

In notepad do net use x: \\server\folder
save as .bat
in policy editor i can guide you but i'm not sure if you're using AD.
 
Yes I am using AD and I've actually found another way to achieve my goal. I created a shortcut to the shared network directory and put this on the desktop of all TS users. This gives me just what I need.

Thank, xAOx, you for your help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top