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 [2014/12/31 15:51] 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: **[[networking: | + | See also **[[computing:windows: |
+ | |||
+ | See also **[[networking: | ||
See also **[[networking: | See also **[[networking: | ||
- | See also: **[[networking: | + | See also **[[networking: |
http:// | http:// | ||
Line 44: | Line 46: | ||
==== Folder Structure ==== | ==== Folder Structure ==== | ||
+ | |||
+ | <note important> | ||
This folder structure supports implementation of these four functions and permits the functions to be implemented separately at different times or together at once. | This folder structure supports implementation of these four functions and permits the functions to be implemented separately at different times or together at once. | ||
Line 86: | Line 90: | ||
<note important> | <note important> | ||
+ | |||
+ | <note important> | ||
==== Top-Level ' | ==== Top-Level ' | ||
Line 106: | Line 112: | ||
- Modify Group Policy | - Modify Group Policy | ||
- **Start -> Run -> '' | - **Start -> Run -> '' | ||
- | - Right-click the container holding | + | - Right-click the container holding **computer** objects and select **Create a GPO in this domain and link it here** |
- | - Name it something useful like **TucsonUserPolicy** | + | - Name it something useful like '' |
- **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** | + | - '' |
- | - **Add the Administrators security group to roaming user profiles -> Enable** | + | - '' |
===== Enable Roaming Profiles for Users ===== | ===== Enable Roaming Profiles for Users ===== | ||
Line 120: | 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 | + | - Select |
- '' | - '' | ||
- Click OK to save | - Click OK to save | ||
Line 126: | 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 ===== |