See also Why Use Roaming Profiles with Redirected Folders
See also Folder Redirection
See also Windows Home Directories
See also Windows Group Policy
http://technet.microsoft.com/en-us/library/bb490855.aspx#EKAA
http://www.computer-howto.com/2011/09/moving-user-profiles-new-server
Roaming profiles provide valuable functionality:
There are down sides too:
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
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 |
See also Group Policy
gpmc.msc
Roaming Profiles
Do not check for user ownership of Roaming Profile Folders
→ EnableAdd the Administrators security group to roaming user profiles
→ EnableModify each user with the Active Directory Users and Computers (ADUC) tool.
\\<profile server name>\Profiles$\%username%
All untested…
https://www.virtualizationhowto.com/2011/09/moving-user-profiles-new-server/
This can be done even with users logged in!
Reboot all workstations to verify all users are logged out.
Copy roaming profiles to new server, preserving permissions:
robocopy.exe \\OldLocation\Users \\NewLocationUsers /MIR /COPY:DATSO /W:0 /R:1 /V /LOG:D\users_copy.log
robocopy.exe C:\Users\%USERNAME%\AppData\Roaming \\share\Profiles\%USERNAME%.V2\AppData\Roaming /MIR /COPY:DATSO /W:5 /R:10 /XO /V /LOG:C:\%USERNAME%.log
The first troubleshooting step should be to examine the Application event log on the client computer, and determine the error.
If this is a roaming profile, be sure to check for the correct permissions on the 'Profiles' folder. Check share permissions as well as NTFS permissions.
In addition to logging events in the Application Event log, User Profiles can provide a detailed log to aid troubleshooting. To create a detailed log file for user profiles, use regedit and locate the following path:
HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon
Create a new value called UserEnvDebugLevel as a REG_DWORD and set the value to 30002 in hexadecimal format.
The log file can be found at: %windir%\debug\usermode\userenv.log.
You might try deleting a problem user's profile and redirected folders from the server so that they will be recreated cleanly according to your Group Policies and ADUC settings at 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