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 a network drive using GPO
Name: o0mercer0o Date: May 3, 2005 at 07:10:59 Pacific OS: WIN2K3 CPU/Ram: dual xeon 3ghz
Comment:
I am trying to map a network drive for all users on my domain. I was wondering if anyone knows how to set a network drive to be mapped in Group Policy Editor that i can apply for all users?
Name: Cliff (by scr00ge) Date: May 3, 2005 at 11:33:49 Pacific
Reply:
i'm a newby. so my way might not be the correct way. but the way i got it done was i made a script that i added in the logon script section of the GPO. went like this...
net use t: \\server\clientfiles
and it works!
im not dumb im just to lazy to google it!
0
Response Number 2
Name: briantech Date: May 4, 2005 at 09:51:45 Pacific
Reply:
you can use also VB script or WSH script to do what you need to do?
Summary: I'm setting up a network for a classroom and I need some help with mapping network drives. I need to map a network drive and create a share for each student. Each student will have an H:\ network driv...
Summary: how can u map a network drive and create a shortcut at the client's desktop when they logon to the domain.. what do u need to write in the logon script? Many thanks ...
Summary: Using Windows XP Pro workstation using Remote Desktop Connection to log onto a Windows Server 2003 server. I ran a .cmd script to map a network drive on the server to a shared folder on my computer, a...