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 [2019/09/26 23:03]
gcooper
networking:windows:active_directory:roaming_profiles [2019/09/28 07:29] (current)
gcooper
Line 92: Line 92:
  
 <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> <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 135: Line 134:
  
 ===== Migrate Roaming Profiles to New Server ===== ===== 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. Reboot all workstations to verify all users are logged out.
  
 Copy roaming profiles to new server, preserving permissions: 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> <file>
networking/windows/active_directory/roaming_profiles.1569560630.txt.gz · Last modified: 2019/09/26 23:03 by gcooper