Guest Golforfood Posted August 17, 2007 Posted August 17, 2007 I just set up a Windows Server 2003 machine with Terminal Services running. I have 3 people who remote into this server from different locations. I need to map a drive that would be called the G Drive and all 3 people would have complete access to the folder. They would be able to add subfolder at any level. I need a simple way to do this. Thanks
Guest Robert L [MVP - Networking] Posted August 17, 2007 Posted August 17, 2007 Re: Login Script You can create a batch file for each user or use if command if you use VBscript. The command can be net use G: \\servername\shared\A, or \\servername\shared\B. Bob Lin, MS-MVP, MCSE & CNE Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com "Golforfood" <Golforfood@discussions.microsoft.com> wrote in message news:6916E8B2-7769-46E1-919B-BAF3F8F6418E@microsoft.com... I just set up a Windows Server 2003 machine with Terminal Services running. I have 3 people who remote into this server from different locations. I need to map a drive that would be called the G Drive and all 3 people would have complete access to the folder. They would be able to add subfolder at any level. I need a simple way to do this. Thanks
Recommended Posts