amartin Posted April 28, 2017 Posted April 28, 2017 Hi, Using Group Policy I have set folder redirection for My Documents and then for Pictures, Music and Videos. Thing is the My Documents is not redirecting to the users home folder but my pictures, music and videos works fine. Any ideas? Thanks
Joanne Posted April 28, 2017 Posted April 28, 2017 Triple check the UNC paths. Mine are set to be: \\SERVERNAME\Staff Home\%USERNAME%\My Documents This works on Windows 10. Think if you just put 'Documents' perhaps it gets confused.
amartin Posted April 28, 2017 Author Posted April 28, 2017 I have just set it to redirect to users home directory. So it just uses %HOMESHARE%%HOMEPATH%
dry Posted April 28, 2017 Posted April 28, 2017 Typo in the file path? Double-check the permissions on the share and the folder. You can use the 'effective access' tab on the 'advanced' menu on the 'security' tab on the folder to check a specific user has access to the folder on a specific computer. Have you enabled accessed based enumeration on the share?
amartin Posted April 28, 2017 Author Posted April 28, 2017 I aint touched access based enumeration yet. What I have noticed in the users home area it creates my pictures, my videos and my music but no documents folder? thanks
Joanne Posted May 2, 2017 Posted May 2, 2017 I have just set it to redirect to users home directory. So it just uses %HOMESHARE%%HOMEPATH% I don't use the % tags very often... do you not need the slashes still? Or even set it to create a folder called Documents? eg/ \\%homeshare%\%homepath%\Documents
amartin Posted May 2, 2017 Author Posted May 2, 2017 I just selected redirect to the users home directory in the drop down menu on group policy. I presume it automatically creates a documents folder within the folder with there username?
Joanne Posted May 2, 2017 Posted May 2, 2017 or that might redirect the documents shortcut to go to the home directory. Can you try it with full UNC like I first posted?
DMcCoy Posted May 2, 2017 Posted May 2, 2017 (edited) Is this updating a redirection? Does the user profile contain a redirection already? Later versions of Windows sometimes require access to both the old location and the new location to update the registry paths. The event log should record what it thinks it is setting the redirection to. Also %HOMESHARE% is usually \\server\share\userfolder while %HOMEPATH% is usually \ You can user %HOMESHARE%%HOMEPATH%Documents or %HOMESHARE%\Documents to achieve the same effect, %HOMESHARE%%HOMEPATH% can fail in a less useful manner than %HOMESHARE%\Documents if the user doesn't have a home folder set in AD Edited May 2, 2017 by DMcCoy
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now