Jump to content

Recommended Posts

Posted

Hello,

 

I'm sure this topic has been covered countless times but i have unable to get it to work for myself. I have a 2008 r2 server setup in a HS with users having their own home folder on a network drive, I have been unsuccessful in getting this folder to be redirected to their documents folder on the computer. When they came to install the server the guy said they had been having trouble getting the feature working. I am basically self taught when it comes to windows server environment and have been learning as I go along with no support, I have been able to get along pretty good up till now but require some help on the more complex issues. If anyone could help a poor guy out it would be greatly appreciated. Thanks

Posted

You can redirect their home folder in the user properties, in AD.

 

But do redirect their My Documents, you need to apply a group policy to the users. Open up Group Policy Management and create a new GPO.

 

Under User Config\Windows Settings\Folder Redirection you can say which folders you would like to redirect.

 

See how you get on and let me know if you have any problems

Posted

There is also an age old issue with Windows 7 (and 8) that breaks folder redirection. It's such a swine that we have a startup script that adds some reg entries, shown below. Store the .reg file with the script and point the script to its location. You won't do any harm running this even if it's not the issue.

 

redirect.reg

-----------

 

Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{2112AB0A-C86A-4ffe-A368-0DE96E47012E}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{2112AB0A-C86A-4ffe-A368-0DE96E47012E}\PropertyBag]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{491E922F-5643-4af4-A7EB-4E7A138D8174}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{491E922F-5643-4af4-A7EB-4E7A138D8174}\PropertyBag]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7b0db17d-9cd2-4a93-9733-46cc89022e7c}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7b0db17d-9cd2-4a93-9733-46cc89022e7c}\PropertyBag]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A302545D-DEFF-464b-ABE8-61C8648D939B}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A302545D-DEFF-464b-ABE8-61C8648D939B}\PropertyBag]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A990AE9F-A03B-4e80-94BC-9912D7504104}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A990AE9F-A03B-4e80-94BC-9912D7504104}\PropertyBag]

 

applyreg.cmd

-------------

 

regedit /s \\server\share\redirect.reg

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...