On our old Windows 2003 SBS, the guy that set up the network created a login script that fired to map some drives and add a network printer. I would like to do away with that script and just use the GPO.

We're configuring a new Windows 2008 R2 server. I was able to set up a couple of mapped drives using GPO. I would like to automatically map user specific drives.

An example:

Login Username = skimmel
Mapped Drive Template = \\SERVER\users\%username%
Final Mapped Drive = \\SERVER\users\skimmel

Is there a way to do this without setting up the drive every time a new user is created?


Solution 1:

Using the 'Update' option in the Drive Map GPO you should be able to accomplish this without much trouble.

Basically, you'll just replicate the settings from the logon script, which it looks like you have, and so now you just need to make a GPO according to these instructions. Inside the GPO window itself, where you're defining the mapped drive, there is a targeting section that will allow you to define a specific user, groups of users, or a wildcard.

As long as all the users are a member of the OU(basically, a 'container' in Active Directory that is used to organize AD) that the GPO is tied to, you should have no problem. Perhaps consider creating a new OU and moving a user or two into there to test (if you can)