This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:windows:active_directory:roaming_profiles [2018/08/22 10:31] gcooper |
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: | + | See also **[[computing: |
- | ** | + | |
See also **[[networking: | See also **[[networking: | ||
Line 90: | Line 90: | ||
<note important> | <note important> | ||
+ | |||
+ | <note important> | ||
==== Top-Level ' | ==== Top-Level ' | ||
Line 130: | 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:// | ||
+ | |||
+ | :!: 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: | ||
+ | |||
+ | < | ||
+ | robocopy.exe \\OldLocation\Users \\NewLocationUsers /MIR /COPY:DATSO /W:0 /R:1 /V / | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | robocopy.exe C: | ||
+ | </ | ||
===== User Profiles Troubleshooting ===== | ===== User Profiles Troubleshooting ===== |