See also: Windows Home Directories
See also: Windows Group Policy
See also: Windows Roaming Profiles
See also Dealing with Low Disk Space
Disable Offline Files on Individual Redirected Folders: http://technet.microsoft.com/en-us/library/jj154097.aspx
For Ethernet-connected desktop PCs, I generally just disable the Offline Files feature.
Detailed Terminal Server Example: http://www.virtualizationadmin.com/articles-tutorials/terminal-services/performance/configure-folder-redirection.html
http://technet.microsoft.com/en-us/library/cc766489%28WS.10%29.aspx
Folder Redirection is a newer feature of Windows that is complementary to Roaming Profiles. It can be used with or without Roaming Profiles.
Roaming Profiles can be very beneficial, but it can cause long logon/logoff cycles. Folder Redirection can help this situation by using redirection to access the bulkier parts of Windows Profiles instead of synchronizing/copying it on every logon/logoff.
Folder Redirection is:
This folder structure supports implementation of these four functions and permits the functions to be implemented separately at different times or together at once.
E:\Shares \Share1 \Share2 E:\Homes \User1 \User2 E:\Profiles E:\Redirected \User1 \User2 \AppData \Documents
Use Advanced buttons to edit these settings as noted in the instructions below!
User or Group | File/Folder Permissions (Security Tab) | Comment |
---|---|---|
Administrators | Full Control | This Folder, Subfolders and Files |
SYSTEM | Full Control | This Folder, Subfolders and Files |
CREATOR OWNER | Full Control | Subfolders and Files Only |
Everyone | Full Control | This Folder Only |
User or Group | Share Permissions (Sharing Tab) |
---|---|
Everyone | Full Control |
$
if you preferSee also Group Policy
I generally redirect all the folders available for redirection.
I recommend you do not add administrator objects in the AD container that folder redirection is applied to.
Folders You May Want to Redirect | Comment |
---|---|
Application Data | Can get large |
Desktop | Can get large and nice to have accessible from another PC |
Documents | Can get large and nice to have accessible from another PC |
Pictures | Follows Documents |
Music | Follows Documents |
Videos | Follows Documents |
Favorites | Nice to have accessible from another PC |
Contacts | Nice to have accessible from another PC |
Downloads | Can get large |
gpmc.msc
You might try blocking Group Policy inheritance to see if upstream policies are affecting your issue.
Start → Run → gpmc.msc
Right-click the container/group → Block Inheritance
You might try deleting a problem user's profile and redirected folders so that they will be recreated cleanly according to your Group Policies on the next user login.
Right-click My Computer → Properties → Advanced → User Profiles
View all shares including hidden shares (share name ending with $ symbol):
net share
User logs in and does not get custom Desktop, Documents etc. Event log MAY show corrupt ntuser.dat file had been recovered.
If the user has access to an RDS Server the profile must be deleted from the RDS Server also.