Link to home
Start Free TrialLog in
Avatar of cescentman
cescentmanFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Redirect Folders using Group Policy

I am trying to extend my undestanding of GP and active directory.

Using Server 2003, I have set it up a domain controller "\\myserverdc". I have created a share "\\myserverdc\users" to which all domain users have full control.

In the active directory structure I have created an OU called "mydomain default" and in this I have placed the users on my domain. I have then configured a group policy for this OU in which I have set the redirect properties for "Desktop" and "My Documents":-

Target tab has:-
Setting = "Basic - Redirect everyone's folder to the same location"
Target folder location = "Create a folder for each user under the root path"
Root Path = "\\myserverdc\users"

Settings tab has following checked:-
Grant the user exclusive rights to ...
Move the contents of ...
Leave the folder in the new location ...

But it doesn't work, users log on and continue to get their local "Desktop" and "My Documents" and no folders are created on the server. Can anyone tell me what I missing here?
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland image

Mmm I Would try a different approach - this is how I do it, It might not be the definitive method, but it works for me

on your server create a share called home - give domain admins "Full Controll"and backup operators full controll - (ensure its NOT inheriting and rights (untick the inherit box)

on your user objects (Active DIrectory Users and computers) on the profile Tab, set it so that the H drive connects to

\\myserverdc\home\%username%

This will create the folder wih the correct permissions (so everyone cant see everyone elses)

Then in your redirection policy simply redirect "My DOcuments" to H:\

Avatar of cescentman

ASKER

Thanks for the speedy response. It sounds as though it would do the job, I would prefer to be able to get the redirection. to work.

I'm probably being daft here but in your sugegstion you say:-

".... give domain admins "Full Controll"and backup operators full controll - (ensure its NOT inheriting and rights ...."

Wouldn't this prevent the Domain users from accessing the share?
>>Wouldn't this prevent the Domain users from accessing the share

correct untill you..............

on your user objects (Active DIrectory Users and computers) on the profile Tab, set it so that the H drive connects to
\\myserverdc\home\%username%
This will create the folder wih the correct permissions (so everyone cant see everyone elses)

then everyone has rights to their own home directory :)
ASKER CERTIFIED SOLUTION
Avatar of 2hype
2hype
Flag of Canada 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
Once you suggested looking at the event log it all fell into place. The log showed a DNS error. I tracked it back to two DHCP servers on the system. This workstation was not using the Domain Controller as the primary DNS as soon as I fixed that it worked.

Thanks

Charlie