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?
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)
Probably the most straight-forward way to do this is using the "Home folder" feature on the user. It is on the "Profile" tab of the user properties.
If you want to do this for the purposes of giving them a place to save documents etc., you should look into Folder Redirection, which is an elegant solution to the problem of users saving things locally. It essentially allows you to force the Desktop and My Documents to a server folder.
I agree with John's answer. Here is how I deployed:
That's about it. Sometimes it takes a couple reboots or gpupdate's to show up, though.