Merge remote-tracking branch 'refs/remotes/origin/master' into sh-1607

This commit is contained in:
Trudy Hakala 2016-10-17 12:49:13 -07:00
commit 4d29f10b62
2 changed files with 10 additions and 4 deletions

View File

@ -19,9 +19,11 @@ If youre already using UE-V 2.x and youre planning to upgrade user devices
2. Verify that UE-V settings were migrated correctly.
3. Enable the UE-V service on user devices.
3. Set the template storage path to your current template store.
4. Install the UE-V template generator if you want to synchronize application settings for custom applications.
4. Enable the UE-V service on user devices.
5. Install the UE-V template generator if you want to synchronize application settings for custom applications.
> **Important**  You can upgrade your existing UE-V installation to Windows 10, version 1607 from UE-V versions 2.1 or 2.0 only. If you are using a previous version of UE-V, youll need to upgrade from that version to UE-V 2.x before you upgrade to Windows 10, version 1607..
@ -51,6 +53,10 @@ After upgrading a user device to Windows 10, version 1607, its important to v
3. Verify that the settings storage path and the settings template catalog path are pointing to the same locations as before you upgraded the device to Windows 10.
## Set the template storage path to your current template store
Template Settings Storage Path will not automatically migrate. Run Set-UEVConfiguration in PowerShell or use the settings storage path Group Policy to configure and point to your current settings storage folder.
## Enable the UE-V service on user devices
The UE-V service is the client-side component that captures user-personalized application and Windows settings and saves them in settings packages. Settings packages are built, locally stored, and copied to the settings storage location.

View File

@ -225,7 +225,7 @@ To specify which devices are preferred, you can set the **Max Cache Age** config
On devices that are not preferred, you can choose to set the following policy to prioritize data coming from local peers instead of the Internet:
- Set **DOBackgroundQoS** with a low value, for example `65536` which is the equivalent of 64 KB/s.
- Set **DOMinBackgroundQoS** with a low value, for example `65536` which is the equivalent of 64 KB/s.
## Learn more