User Tools

Site Tools


networking:windows:active_directory:roaming_profiles

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:windows:active_directory:roaming_profiles [2018/08/17 11:36]
jcooper
networking:windows:active_directory:roaming_profiles [2019/09/28 07:29] (current)
gcooper
Line 1: Line 1:
 ====== Windows Roaming Profiles ====== ====== Windows Roaming Profiles ======
  
-See also **[[computing:windows:roaming_profiles_and_redirected_folders|Why Use Roaming Profiles with Redirected Folders]]**+See also **[[computing:windows:why_roaming_profiles_and_redirected_folders|Why Use Roaming Profiles with Redirected Folders]]**
  
 See also **[[networking:windows:active_directory:folder_redirection|Folder Redirection]]** See also **[[networking:windows:active_directory:folder_redirection|Folder Redirection]]**
Line 90: Line 90:
  
 <note important>Use a VSS-aware backup tool to make backups.</note> <note important>Use a VSS-aware backup tool to make backups.</note>
 +
 +<note important>Immediately after joining a computer to the domain move the computer from the default **Computer** container to the new **Company Computer** container in ADUC.</note>
  
 ==== Top-Level 'Profiles' Folder Creation ==== ==== Top-Level 'Profiles' Folder Creation ====
Line 112: Line 114:
     - Right-click the container holding **computer** objects and select **Create a GPO in this domain and link it here**     - Right-click the container holding **computer** objects and select **Create a GPO in this domain and link it here**
       - Name it something useful like ''Roaming Profiles''       - Name it something useful like ''Roaming Profiles''
-    - **Profile Policy -> Settings tab -> Right click Computer Configuration -> Edit**  
     - **Computer Configuration -> Policy -> Administrative Templates -> System -> User Profiles**     - **Computer Configuration -> Policy -> Administrative Templates -> System -> User Profiles**
       - ''Do not check for user ownership of Roaming Profile Folders'' -> **Enable**       - ''Do not check for user ownership of Roaming Profile Folders'' -> **Enable**
Line 125: Line 126:
   - Right-click one of the selected accounts -> Properties   - Right-click one of the selected accounts -> Properties
   - Select the Profile tab   - Select the Profile tab
-  - Enable the roaming profile feature and fill in the Profile Path+  - Select the roaming profile checkbox and fill in the Profile Path
     - ''\\<profile server name>\Profiles$\%username%''     - ''\\<profile server name>\Profiles$\%username%''
     - Click OK to save     - Click OK to save
Line 131: Line 132:
     - Log off, then look in the Profiles folder     - Log off, then look in the Profiles folder
     - If the roaming profile was not created, wait a few minutes and test again     - If the roaming profile was not created, wait a few minutes and test again
 +
 +===== Migrate Roaming Profiles to New Server =====
 +
 +FIXME All untested...
 +
 +https://www.virtualizationhowto.com/2011/09/moving-user-profiles-new-server/
 +
 +:!: This can be done even with users logged in!
 +
 +  - Use a VSS aware backup utility to back up the current roaming profiles share.
 +  - Restore to the new location preserving all permissions.
 +  - Edit the properties of the Active Directory User to point to the new profile location.
 +
 +==== Notes From Others ====
 +
 +FIXME
 +
 +Reboot all workstations to verify all users are logged out.
 +
 +Copy roaming profiles to new server, preserving permissions:
 +
 +<file>
 +robocopy.exe \\OldLocation\Users \\NewLocationUsers /MIR /COPY:DATSO /W:0 /R:1 /V /LOG:D\users_copy.log
 +</file>
 +
 +<file>
 +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
 +</file>
  
 ===== User Profiles Troubleshooting ===== ===== User Profiles Troubleshooting =====
networking/windows/active_directory/roaming_profiles.1534527378.txt.gz · Last modified: 2018/08/17 11:36 by jcooper