Mapping Drives With Group Policy Server 2008

pollardhimself

Senior member
Nov 6, 2009
281
0
0
I'm trying to get the Group policy to map network drives. Ive installed the Group Policy Preference Client Side Extensions that is required for Xp computers but I still have had no luck
 
Last edited:

daishi5

Golden Member
Feb 17, 2005
1,196
0
76
I'm trying to get the Group policy to map network drives. Ive installed the Group Policy Preference Client Side Extensions that is required for Xp computers but I still have had no luck


Have you checked the target machines event logs?
Also, try checking the group policy management console and check the group policy results, and group policy modeling for the target machine and target user.

I have not been able to work with GP preferences yet, so I can only guess, but those two places might help you identify what is happening.
 

MedicBob

Diamond Member
Nov 29, 2001
4,151
1
0
I never had any luck at home with doing this with Server 2008 or Server 2008R2. Vista and Windows 7 worked great using GPOs, but XP and 2000 would not.

I ended up using a log in script as Tom suggested.
 

snikt

Member
May 12, 2000
198
0
0
We use login scripts, and we use GPOs to disseminate our login scripts. But I don't believe we're using Group Policy Preference Client Side Extensions.

We add the login script to the GPO in the GPMC:

GPO > User Configuration > Windows Settings > Scripts

Works great, no problems.
 

RebateMonger

Elite Member
Dec 24, 2005
11,586
0
0
This is how drive maps are done via GPO in SBS 2008. I imagine it's the same way with standard Server 2008 R2. But I don't have any 2008 R2 Domain Controllers up at the moment to look at:

SBSUsers OU create and link a GPO & call Default Default SBSUsers Policy (don't use default GPO due to issues with future migrations).
Right click new GPO and Edit
Right click the GPO Header (name) and Properties. Place creation date in Comment Tab.
Under: User Config --> Preferences --> Windows Settings --> Drive Maps
New -->
 
Last edited:

pollardhimself

Senior member
Nov 6, 2009
281
0
0
Just started working out of no where, I think it was a connection issue im using wireless on the test computer
 
Last edited:

daishi5

Golden Member
Feb 17, 2005
1,196
0
76
Just started working out of no where, I think it was a connection issue im using wireless on the test computer

Group policies can be like that. In the future, I would always recommend using the group policy management console to get a report from the machines about what is actually being applied. It can really help identify what is happening, and what you can do to fix it. And, don't forget to do a gpupdate and reboot on the target machine to test changes quickly.