I'm having hard time figuring this out.
I deployed a DFS Replication environment. Also I want to deploy folder redirection using gpo.
I want user's Desktop, Documents and Downloads redirected to the DFS
My configuration:
1. I created a security group named sgUserProfile. Then added users to the group
2. Under the shared folder ( target folder of DFS ) I created folder named User Profile. In that folder's security I added sgUserProfile with:
- Traverse Folder
- List Folder
- Read Attributes
- Read Extended Attributes
- Create folders
(Folder Structure is : Network_Share > User Profile)
3. I created a gpo for folder redirection.
When I login to the client pc. The user's username is created in the User Profile folder but the Desktop, Download and Documents where not redirected.
In which part of the configuration I made mistakes?
Thanks in Advance.