Link to home
Start Free TrialLog in
Avatar of jwittkopf
jwittkopf

asked on

My Documents mapped to Network drive Group Policy

Here is what I want to do.  I want everyones client pc that is on the domain of our windows 2003 server to have there My Documents folder mapped to a network drive.  We have made a network drive for every individual user so no one can see other peoples files.  I know I could go around to every client pc and change it but I was wondering if there was  a group policy that I can set on the server so I didn't have to touch another client pc.  
SOLUTION
Avatar of mothchick
mothchick
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Make sure that you do the redirection in the format \\servername\share or better still use domain DFS \\domain.com\share.

Also be aware that the first time the users log in after you have made that change the contents of the "My Documents" will be copied to the location specified and the computer will appear to "hang" while the copying is in progress. Each time I have done it I have emailed the users to let them know what is going to happen.

Simon.
Avatar of jwittkopf
jwittkopf

ASKER

okay one thing I forgot to leave out.  I have never messed around with group policies on a server.  I don't even know where to go to make one on the server to go out to users.  I know on the client machines you use gpedit.msc for local gp.  Also do you have to do this for every single user since they all have different network drives.  
What do you mean by "different network drives"?

If you use the UNC path method you can use Windows variables:

\\server\share\%username%

It does mean that the folders need to match the username exactly so that the variable will work.

Simon.
For Group Policy links try labmice: http://www.labmice.net/ 

Simon.
okay first let me tell you what we all have set up I don't know if it is because it is friday and my brain is not working anymore cause this should come really easy for me but I guess not.  Anyways for our user network drives which we have them mapped to the U drive most of them are not named the same as there user name.  Now if I want to try this with your variable that you gave me I need to switch all of there shared folders to there user name for it work??  sorry for not making this clear like I said my brain is just fried today.  hopefully you understand what I'm saying
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
so another words if I set up that variable under the home folder it will redirect the My Documents folder to folder on the network??  or do I still need to go in and set up the group policy which mothchick mentioned

User Configuration>Windows Settings>Folder Redirection>My Documents.

also under that home folder there is a local path and a connect what one do I use????

I will bump up the points for this question
The two processes are seperate.
I am using the home folder setting to setup the folder in the first place. You could also map a network drive using that process.

Once the folder is created you can redirect through GP. The home folder setting only will not do the redirect on its own.

Don't set a local path - set a drive letter and network path.

Simon.
Hey thanks for your help Sembee I think I got it now...finally.  I also looked up some info in my Windows 2003 bible that pretty much told me what you did but getting the info from another person helps out the best.  Thanks again