mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 06:17:22 +00:00
Dropped inrewritten content
This commit is contained in:
parent
6f4eb19237
commit
3b190248cc
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Microsoft User Experience Virtualization (UE-V) 2.x
|
title: Microsoft User Experience Virtualization for Windows 10, version 1607
|
||||||
description: Microsoft User Experience Virtualization (UE-V) 2.x
|
description: Overview of Microsoft User Experience Virtualization for Windows 10, version 1607
|
||||||
author: jamiejdt
|
author: jamiejdt
|
||||||
ms.pagetype: mdop, virtualization
|
ms.pagetype: mdop, virtualization
|
||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
@ -8,313 +8,88 @@ ms.sitesec: library
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Microsoft User Experience Virtualization for Windows 10, version 1607
|
||||||
|
|
||||||
# Microsoft User Experience Virtualization (UE-V) 2.x
|
Many users customize their settings for Windows and for specific applications. Customizable Windows settings include Windows Store appearance, language, background picture, font size, and accent colors. Customizable application settings include language, appearance, behavior, and user interface options. With Microsoft User Experience Virtualization (UE-V), you can capture user-customized Windows and application settings and store them on a centrally managed network file share. When users log on, their personalized settings are applied to their work session, regardless of which device or virtual desktop infrastructure (VDI) sessions they log on to.
|
||||||
|
|
||||||
|
|
||||||
Capture and centralize your users’ application settings and Windows OS settings by implementing Microsoft User Experience Virtualization (UE-V) 2.0 or 2.1. Then, apply these settings to the devices users access in your enterprise, like desktop computers, laptops, or virtual desktop infrastructure (VDI) sessions.
|
|
||||||
|
|
||||||
**With UE-V you can…**
|
**With UE-V you can…**
|
||||||
|
|
||||||
- Specify which application and desktop settings synchronize
|
- Specify which application and Windows settings synchronize
|
||||||
|
|
||||||
- Deliver the settings anytime and anywhere users work throughout the enterprise
|
- Deliver the settings anytime and anywhere users work throughout the enterprise
|
||||||
|
|
||||||
- Create custom templates for your third-party or line-of-business applications
|
- Create custom templates for your third-party or line-of-business applications
|
||||||
|
|
||||||
- Recover settings after hardware replacement or upgrade, or after reimaging a virtual machine to its initial state
|
- Recover settings after hardware replacement or upgrade, or after re-imaging a virtual machine to its initial state
|
||||||
|
|
||||||
## Components of UE-V 2.x
|
## Components of UE-V
|
||||||
|
|
||||||
|
The diagram below illustrates how UE-V components work together to synchronize user settings.
|
||||||
|
|
||||||
This diagram shows how deployed UE-V components work together to synchronize settings.
|
<img src="images/uev-archdiagram.png" alt="UE-V architecture, with server share, desktop, and UE-V service" width="625" height="351" />
|
||||||
|
|
||||||

|
<!-- SIMPLER METHOD FOR CODING IMAGE
|
||||||
|

|
||||||
|
-->
|
||||||
|
|
||||||
<table>
|
| **Component** | **Function** |
|
||||||
<colgroup>
|
|--------------------------|------------------|
|
||||||
<col width="50%" />
|
| **UE-V service** | Enabled on every device that needs to synchronize settings, the **UE-V service** monitors registered applications and Windows for any settings changes, then synchronizes those settings between devices. |
|
||||||
<col width="50%" />
|
| **Settings packages** | Application settings and Windows settings are stored in **settings packages** created by the UE-V service. Settings packages are built, locally stored, and copied to the settings storage location.<br>The setting values for **desktop applications** are stored when the user closes the application.<br>Values for **Windows settings** are stored when the user logs off, when the computer is locked, or when the user disconnects remotely from a computer.<br>The sync provider determines when the application or operating system settings are read from the **Settings Packages** and synchronized. |
|
||||||
</colgroup>
|
| **Settings storage location** | This is a standard network share that your users can access. The UE-V service verifies the location and creates a hidden system folder in which to store and retrieve user settings. |
|
||||||
<thead>
|
| **Settings location templates** | UE-V uses XML files as settings location templates to monitor and synchronize desktop application settings and Windows desktop settings between user computers. By default, some settings location templates are included in UE-V. You can also create, edit, or validate custom settings location templates by [managing settings synchronization for custom applications](#manage-settings-synchronization-for-custom-applications).<br>**Note** Settings location templates are not required for Windows applications. |
|
||||||
<tr class="header">
|
| **Universal Windows applications list** | Settings for Windows applications are captured and applied dynamically. The app developer specifies the settings that are synchronized for each app. UE-V determines which Windows applications are enabled for settings synchronization using a managed list of applications. By default, this list includes most Windows applications.<br>You can add or remove applications in the Windows app list by following the procedures in [Managing UE-V Settings Location Templates Using Windows PowerShell and WMI](uev-managing-settings-location-templates-using-windows-powershell-and-wmi.md). |
|
||||||
<th align="left">Component</th>
|
|
||||||
<th align="left">Function</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p><strong>UE-V Agent</strong></p></td>
|
|
||||||
<td align="left"><p>Installed on every computer that needs to synchronize settings, the <strong>UE-V Agent</strong> monitors registered applications and the operating system for any settings changes, then synchronizes those settings between computers.</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p><strong>Settings packages</strong></p></td>
|
|
||||||
<td align="left"><p>Application settings and Windows settings are stored in <strong>settings packages</strong> created by the UE-V Agent. Settings packages are built, locally stored, and copied to the settings storage location.</p>
|
|
||||||
<ul>
|
|
||||||
<li><p>The setting values for <strong>desktop applications</strong> are stored when the user closes the application.</p></li>
|
|
||||||
<li><p>Values for <strong>Windows settings</strong> are stored when the user logs off, when the computer is locked, or when the user disconnects remotely from a computer.</p></li>
|
|
||||||
</ul>
|
|
||||||
<p>The sync provider determines when the application or operating system settings are read from the <strong>Settings Packages</strong> and synchronized.</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p><strong>Settings storage location</strong></p></td>
|
|
||||||
<td align="left"><p>This is a standard network share that your users can access. The UE-V Agent verifies the location and creates a hidden system folder in which to store and retrieve user settings.</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p><strong>Settings location templates</strong></p></td>
|
|
||||||
<td align="left"><p>UE-V uses XML files as settings location templates to monitor and synchronize desktop application settings and Windows desktop settings between user computers. By default, some settings location templates are included in UE-V . You can also create, edit, or validate custom settings location templates by [managing settings synchronization for custom applications](#customapps).</p>
|
|
||||||
<div class="alert">
|
|
||||||
<strong>Note</strong>
|
|
||||||
<p>Settings location templates are not required for Windows apps.</p>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
|
|
||||||
</div></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p><strong>Windows app list</strong></p></td>
|
|
||||||
<td align="left"><p>Settings for Windows apps are captured and applied dynamically. The app developer specifies the settings that are synchronized for each app. UE-V determines which Windows apps are enabled for settings synchronization using a managed list of apps. By default, this list includes most Windows apps.</p>
|
|
||||||
<p>You can add or remove applications in the Windows app list by following the procedures shown [here](http://technet.microsoft.com/library/dn458925.aspx).</p></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
## Manage Settings Synchronization for Custom Applications
|
||||||
|
|
||||||
### <a href="" id="customapps"></a>Managing Settings Synchronization for Custom Applications
|
|
||||||
|
|
||||||
Use these UE-V components to create and manage custom templates for your third-party or line-of-business applications.
|
Use these UE-V components to create and manage custom templates for your third-party or line-of-business applications.
|
||||||
|
|
||||||
<table>
|
| Component | Description |
|
||||||
<colgroup>
|
|-------------------------------|---------------|
|
||||||
<col width="50%" />
|
| **UE-V Generator** | Use the **UE-V generator** to create custom settings location templates that you can then distribute to user computers. The UE-V generator also lets you edit an existing template or validate a template that was created with a different XML editor. <br>With the Windows 10, version 1607 release, the UE-V generator is installed with the [Windows 10 Assessment and Deployment kit](https://developer.microsoft.com/en-us/windows/hardware/windows-assessment-deployment-kit) (Windows ADK). <br>If you are upgrading from an existing UE-V installation, you’ll need to use the new generator to create new settings location templates. Application templates created with previous versions of the UE-V generator are still supported, however. |
|
||||||
<col width="50%" />
|
| **Settings template catalog** | The **settings template catalog** is a folder path on UE-V computers or a Server Message Block (SMB) network share that stores the custom settings location templates. The UE-V service checks this location once a day, retrieves new or updated templates, and updates its synchronization behavior.<br>If you use only the UE-V default settings location templates, then a settings template catalog is unnecessary. For more information about settings deployment catalogs, see [Deploy a UE-V settings template catalog](uev-deploy-uev-for-custom-applications.md#deploycatalogue). |
|
||||||
</colgroup>
|
|
||||||
<tbody>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p><strong>UE-V Generator</strong></p></td>
|
|
||||||
<td align="left"><p>Use the <strong>UE-V Generator</strong> to create custom settings location templates that you can then distribute to user computers. The UE-V Generator also lets you edit an existing template or validate a template that was created by using another XML editor.</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p><strong>Settings template catalog</strong></p></td>
|
|
||||||
<td align="left"><p>The <strong>settings template catalog</strong> is a folder path on UE-V computers or a Server Message Block (SMB) network share that stores the custom settings location templates. The UE-V Agent checks this location once a day, retrieves new or updated templates, and updates its synchronization behavior.</p>
|
|
||||||
<p>If you use only the UE-V default settings location templates, then a settings template catalog is unnecessary. For more information about settings deployment catalogs, see [Configure a UE-V settings template catalog](http://technet.microsoft.com/library/dn458942.aspx#deploycatalogue).</p></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
<img src="media/image2.gif" width="595" height="330" />
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Settings Synchronized by Default
|
## Settings Synchronized by Default
|
||||||
|
|
||||||
|
UE-V synchronizes settings for these applications by default. For a complete list and more detailed information, see [Settings that are automatically synchronized in a UE-V deployment](uev-prepare-for-deployment.md#autosyncsettings).
|
||||||
|
|
||||||
UE-V synchronizes settings for these applications by default. For a complete list and more detailed information, see [Settings that are automatically synchronized in a UE-V deployment](http://technet.microsoft.com/library/dn458932.aspx#autosyncsettings).
|
- Microsoft Office 2016, 2013, 2010, and 2007
|
||||||
|
|
||||||
Microsoft Office 2013 applications (UE-V 2.1 SP1 and 2.1)
|
- Internet Explorer 8, 9, 10, and 11
|
||||||
|
|
||||||
Microsoft Office 2010 applications (UE-V 2.1 SP1, 2.1, and 2.0)
|
- Many Windows applications, such as Xbox
|
||||||
|
|
||||||
Microsoft Office 2007 applications (UE-V 2.0 only)
|
- Many Windows desktop applications, such as Notepad
|
||||||
|
|
||||||
Internet Explorer 8, 9, and 10
|
- Many Windows settings, such as desktop background or wallpaper
|
||||||
|
|
||||||
Internet Explorer 11 in UE-V 2.1 SP1 and 2.1
|
**Note**
|
||||||
|
You can also [customize UE-V to synchronize settings](uev-deploy-uev-for-custom-applications.md) for applications other than those synchronized by default.
|
||||||
|
|
||||||
Many Windows applications, such as Xbox
|
## UE-V for Windows 10, version 1607 Release Notes
|
||||||
|
|
||||||
Many Windows desktop applications, such as Notepad
|
**Upgrade from UE-V 1.0 to the in-box version of UE-V is not supported**
|
||||||
|
|
||||||
Many Windows settings, such as desktop background or wallpaper
|
Client side caching technology (CSC) used in UE-V 1.0, used for pinning the UE-V sync folder, was removed in UE-V 2.x. As a result, upgrading to UE-V 1.0 to UE-V 2.x or the in-box version of UE-V, released with Windows 10, version 1607, is not supported.
|
||||||
|
|
||||||
**Note**
|
To work around this issue, unpin the CSC UE-V 1.0 sync folder and then upgrade to the in-box version of UE-V, released in Windows 10, version 1607.
|
||||||
You can also [customize UE-V to synchronize settings](http://technet.microsoft.com/library/dn458942.aspx) for applications other than those synchronized by default.
|
|
||||||
|
|
||||||
|
## Other resources for this feature
|
||||||
|
|
||||||
## Compare UE-V to other Microsoft products
|
- [Get Started with UE-V](uev-getting-started.md)
|
||||||
|
|
||||||
|
- [Prepare a UE-V Deployment](uev-prepare-for-deployment.md)
|
||||||
|
|
||||||
Use this table to compare UE-V to Synchronize Profiles in Windows 7, Synchronize Profiles in Windows 8, and the Sync PC Settings feature of Microsoft account.
|
- [Administer UE-V](uev-administering-uev.md)
|
||||||
|
|
||||||
<table style="width:100%;">
|
<!-- Are we keeping the troubleshooting topic?
|
||||||
<colgroup>
|
- [Troubleshoot UE-V](uev-troubleshooting.md)
|
||||||
<col width="14%" />
|
-->
|
||||||
<col width="14%" />
|
|
||||||
<col width="14%" />
|
|
||||||
<col width="14%" />
|
|
||||||
<col width="14%" />
|
|
||||||
<col width="14%" />
|
|
||||||
<col width="14%" />
|
|
||||||
</colgroup>
|
|
||||||
<thead>
|
|
||||||
<tr class="header">
|
|
||||||
<th align="left">Feature</th>
|
|
||||||
<th align="left">Synchronize Profiles using Windows 7</th>
|
|
||||||
<th align="left">Synchronize Profiles using Windows 8</th>
|
|
||||||
<th align="left">Synchronize Profiles using Windows 10</th>
|
|
||||||
<th align="left">Microsoft account</th>
|
|
||||||
<th align="left">UE-V 2.0</th>
|
|
||||||
<th align="left">UE-V 2.1 and 2.1 SP1</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>Synchronize settings between multiple computers</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>Synchronize settings between physical and virtual apps</p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>Synchronize Windows app settings</p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>Manage via WMI</p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>Synchronize settings changes on a regular basis</p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>Minimal configuration for Setup</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>Supported on non-domain joined computers</p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>Supports Primary Computer Active Directory attribute</p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>Synchronizes settings between virtual desktop infrastructure (VDI)/Remote Desktop Services (RDS) and rich desktops</p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>Unlimited setting storage space</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>Choice in which app settings to synchronize</p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>Backup/Restore for IT Pro</p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p></p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
<td align="left"><p>Partial</p></td>
|
|
||||||
<td align="left"><p>●</p></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
- [Technical Reference for UE-V](uev-technical-reference.md)
|
||||||
|
|
||||||
## UE-V 2.x Release Notes
|
|
||||||
|
|
||||||
|
|
||||||
For more information, and for late-breaking news that did not make it into the documentation, see
|
|
||||||
|
|
||||||
- [Microsoft User Experience Virtualization (UE-V) 2.1 SP1 Release Notes](microsoft-user-experience-virtualization--ue-v--21-sp1-release-notes.md)
|
|
||||||
|
|
||||||
- [Microsoft User Experience Virtualization (UE-V) 2.1 Release Notes](microsoft-user-experience-virtualization--ue-v--21-release-notesuevv21.md)
|
|
||||||
|
|
||||||
- [Microsoft User Experience Virtualization (UE-V) 2.0 Release Notes](microsoft-user-experience-virtualization--ue-v--20-release-notesuevv2.md)
|
|
||||||
|
|
||||||
## Other resources for this product
|
|
||||||
|
|
||||||
|
|
||||||
- [Get Started with UE-V 2.x](uev-getting-started.md)
|
|
||||||
|
|
||||||
- [Prepare a UE-V 2.x Deployment](uev-prepare-for-deployment.md)
|
|
||||||
|
|
||||||
- [Administering UE-V 2.x](uev-administering-uev.md)
|
|
||||||
|
|
||||||
- [Troubleshooting UE-V 2.x](uev-troubleshooting.md)
|
|
||||||
|
|
||||||
- [Technical Reference for UE-V 2.x](uev-technical-reference.md)
|
|
||||||
|
|
||||||
### More information
|
|
||||||
|
|
||||||
<a href="" id="mdop-techcenter-page"></a>[MDOP TechCenter Page](http://go.microsoft.com/fwlink/p/?LinkId=225286)
|
|
||||||
Learn about the latest MDOP information and resources.
|
|
||||||
|
|
||||||
<a href="" id="mdop-information-experience"></a>[MDOP Information Experience](http://go.microsoft.com/fwlink/p/?LinkId=236032)
|
|
||||||
Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com%29 or learn about updates by following us on [Facebook]%28http://go.microsoft.com/fwlink/p/?LinkId=242445%29 or [Twitter]%28http://go.microsoft.com/fwlink/p/?LinkId=242447).
|
|
||||||
|
|
||||||
## Have a suggestion for UE-V?
|
## Have a suggestion for UE-V?
|
||||||
|
|
||||||
|
|
||||||
Add or vote on suggestions [here](http://uev.uservoice.com/forums/280428-microsoft-user-experience-virtualization). For UE-V issues, use the [UE-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-us/home?forum=mdopuev&filter=alltypes&sort=lastpostdesc).
|
Add or vote on suggestions [here](http://uev.uservoice.com/forums/280428-microsoft-user-experience-virtualization). For UE-V issues, use the [UE-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-us/home?forum=mdopuev&filter=alltypes&sort=lastpostdesc).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: What's New in UE-V 2.0
|
title: What's New in UE-V for Windows 10, version 1607
|
||||||
description: What's New in UE-V 2.0
|
description: What's New in UE-V for Windows 10, version 1607
|
||||||
author: jamiejdt
|
author: jamiejdt
|
||||||
ms.pagetype: mdop, virtualization
|
ms.pagetype: mdop, virtualization
|
||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
@ -8,76 +8,94 @@ ms.sitesec: library
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# What's New in UE-V for Windows 10, version 1607
|
||||||
|
|
||||||
# What's New in UE-V 2.0
|
User Experience Virtualization (UE-V) for Windows 10, version 1607, includes these new features and capabilities compared to UE-V 2.1. See Microsoft User Experience Virtualization for Windows 10, version 1607, Release Notes for more information about the UE-V for Windows 10, version 1607 release.
|
||||||
|
|
||||||
|
<!-- NEED LINK TO RELNOTES WHEN IT'S CLEAR WHERE THEY'LL BE -->
|
||||||
|
|
||||||
Microsoft User Experience Virtualization (UE-V) 2.0 provides these new features and functionality compared to UE-V 1.0. The [Microsoft User Experience Virtualization (UE-V) 2.0 Release Notes](microsoft-user-experience-virtualization--ue-v--20-release-notesuevv2.md) provide more information about the UE-V 2.0 release.
|
## UE-V is now a feature in Windows 10
|
||||||
|
|
||||||
## Client-side cache (CSC) no longer required
|
With Windows 10, version 1607 and later releases, UE-V is included with the [Windows 10 Enterprise edition](https://www.microsoft.com/en-us/WindowsForBusiness/windows-for-enterprise) and is available with Software Assurance.
|
||||||
|
|
||||||
|
If you’re already using UE-V 2.x, performing an in-place upgrade to Windows 10, version 1607, on user devices automatically installs the UE-V service, migrates users’ UE-V configurations, and updates the settings storage path. For more information about how to configure an existing UE-V installation after upgrading user devices to Windows 10, see .
|
||||||
|
|
||||||
This version of UE-V introduces the **sync provider**, which replaces the requirement for the Windows Offline Files feature to support a client-side cache of settings.
|
<!-- CREATE LINK AT END OF PREVIOUS PARAGRAPH. -->
|
||||||
|
|
||||||
Whereas UE-V used to synchronize settings only when an application opened, closed, or when Windows locked or unlocked, or at logon or logoff, the sync provider also …
|
> **Important** You can upgrade your existing UE-V installation to Windows 10 from UE-V versions 2.1 or 2.0 only. If you are using a previous version of UE-V, you’ll need to upgrade from that version to UE-V 2.x before you upgrade to Windows 10.
|
||||||
|
|
||||||
- Synchronizes local application and Windows settings out-of-band using "**trigger events**"
|
## New UE-V template generator is available from the Windows 10 ADK
|
||||||
|
|
||||||
- Uses a **scheduled task** to sync the settings storage package in any interval you choose for your enterprise requirements (every 30 minutes by default)
|
UE-V for Windows 10 includes a new template generator, available from a new location. If you are upgrading from an existing UE-V installation, you’ll need to use the new generator to create settings location templates. The UE-V for Windows 10 template generator is now available in the [Windows 10 Assessment and Deployment Kit](https://developer.microsoft.com/en-us/windows/hardware/windows-assessment-deployment-kit) (Windows ADK).
|
||||||
|
|
||||||
Certain conditions provide more frequent synchronization.
|
## Compatibility with Microsoft Enterprise State Roaming
|
||||||
|
|
||||||
- Settings synchronize when the user clicks the **Sync Now** button in the new Company Settings Center application.
|
With Windows 10, version 1607, users can synchronize Windows application settings and Windows operating system settings to Azure instead of to OneDrive. You can use the Windows 10 enterprise sync functionality together with UE-V on on-premises domain-joined devices only.
|
||||||
|
|
||||||
- The sync provider can also start for a single application without waiting for the scheduled synchronization task. For example, when an application is closed, any settings changes are written to the local cache, and the sync provider process runs asynchronously to move those new settings changes to the settings storage location.
|
In hybrid cloud environments, UE-V can roam win32 applications on-premise while [Enterprise State Roaming](https://azure.microsoft.com/documentation/articles/active-directory-windows-enterprise-state-roaming-overview/) (ESR) can roam the rest, e.g., Windows and desktop settings, themes, colors, etc., to an Azure cloud installation.
|
||||||
|
|
||||||
## Windows app synchronization
|
To configure UE-V to roam Windows desktop and application data only, change the following group policies:
|
||||||
|
|
||||||
|
- Disable “Roam Windows settings” group policy
|
||||||
|
|
||||||
The developer of a Windows app can define which settings, if any, are to be synchronized, and these settings can now be captured and synchronized with UE-V.
|
- Enable “Do not synchronize Windows Apps” group policy
|
||||||
|
|
||||||
By default, UE-V synchronizes the settings of many of the Windows apps included in Windows 8 and Windows 8.1. You can modify the list of synchronized apps with Windows PowerShell, Windows Management Instrumentation (WMI), or Group Policy.
|
For more information about using UE-V with Enterprise State Roaming, see [Settings and data roaming FAQ](https://azure.microsoft.com/documentation/articles/active-directory-windows-enterprise-state-roaming-faqs/#what-are-the-options-for-roaming-settings-for-existing-windows-desktop-applications).
|
||||||
|
|
||||||
**Note**
|
Additionally, to enable Windows 10 and UE-V to work together, configure these policy settings in the Microsoft User Experience Virtualization node:
|
||||||
UE-V does not synchronize Windows app settings if the domain users link their sign-in credentials to their Microsoft account. This linking synchronizes settings to Microsoft OneDrive so UE-V only synchronizes the desktop applications.
|
|
||||||
|
|
||||||
|
- Enable “Do Not Synchronize Windows Apps”
|
||||||
|
|
||||||
## Microsoft account linking
|
- Disable “Sync Windows Settings”
|
||||||
|
|
||||||
|
## Settings Synchronization Behavior Changed in UE-V for Windows 10
|
||||||
|
|
||||||
Settings synchronization via OneDrive is new to Windows 8 when you are signed in with a Microsoft account or if you link your Microsoft account to your domain account. If a domain user uses UE-V and has signed in to a Microsoft account, then…
|
While earlier versions of UE-V roamed taskbar settings between Windows 10 devices, UE-V for Windows 10, version 1607 does not synchronize taskbar settings between devices running Windows 10 and devices running previous versions of Windows.
|
||||||
|
|
||||||
- UE-V only synchronizes settings for desktop applications
|
In addition, UE-for Windows does not synchronize settings between the Microsoft Calculator in Windows 10 and the Microsoft Calculator in previous versions of Windows.
|
||||||
|
|
||||||
- Microsoft account handles Windows app settings and Windows desktop settings
|
## Support Added for Roaming Network Printers
|
||||||
|
|
||||||
## Company Settings Center
|
Users can now print to their saved network printers from any network device, including their default network printer.
|
||||||
|
|
||||||
|
Printer roaming in UE-V requires one of these scenarios:
|
||||||
|
|
||||||
You can provide your users with some control over which settings are synchronized through an application in UE-V 2 called Company Settings Center. Company Settings Center is installed along with the UE-V Agent, and users can access it from Control Panel, the **Start** menu or **Start** screen, and from the UE-V notification area icon.
|
- The print server can download the required driver when it roams to a new device.
|
||||||
|
|
||||||
Company Settings Center displays which settings are synchronized and lets users see the synchronization status of UE-V. If you let them, users can use Company Settings Center to select which settings to synchronize. They can also click the **Sync Now** button to synchronize all settings immediately.
|
- The driver for the roaming network printer is pre-installed on any device that needs to access that network printer.
|
||||||
|
|
||||||
|
- The printer driver can be imported from Windows Update.
|
||||||
|
|
||||||
|
> **Note** The UE-V printer roaming feature does not roam printer settings or preferences, such as printing double-sided.
|
||||||
|
|
||||||
|
## Office 2016 Settings Location Template
|
||||||
|
|
||||||
|
UE-V for Windows 10, version 1607 includes the Microsoft Office 2016 settings location template with improved Outlook signature support. We’ve added synchronization of default signature settings for new, reply, and forwarded emails. Users no longer have to choose the default signature settings.
|
||||||
|
|
||||||
|
> **Note** An Outlook profile must be created on any device on which a user wants to synchronize their Outlook signature. If the profile is not already created, the user can create one and then restart Outlook on that device to enable signature synchronization.
|
||||||
|
|
||||||
|
UE-V works with Office 365 to determine whether Office 2016 settings are roamed by Office 365. If settings are roamed by Office 365, they are not roamed by UE-V. See [Overview of user and roaming settings for Office 2013](https://technet.microsoft.com/library/jj733593.aspx) for more information.
|
||||||
|
|
||||||
|
To enable settings synchronization using UE-V, do one of the following:
|
||||||
|
|
||||||
|
- Use Group Policy to disable Office 365 synchronization
|
||||||
|
|
||||||
|
- Do not enable the Office 365 synchronization experience during Office 2013 installation
|
||||||
|
|
||||||
|
UE-V includes Office 2016, Office 2013, and Office 2010 templates. Office 2007 templates are no longer supported. Users can still use Office 2007 templates from UE-V 2.0 or earlier and can still get the templates from the UE-V template gallery located [here](http://go.microsoft.com/fwlink/p/?LinkID=246589).
|
||||||
|
|
||||||
## Have a suggestion for UE-V?
|
## Have a suggestion for UE-V?
|
||||||
|
|
||||||
|
|
||||||
Add or vote on suggestions [here](http://uev.uservoice.com/forums/280428-microsoft-user-experience-virtualization). For UE-V issues, use the [UE-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-us/home?forum=mdopuev&filter=alltypes&sort=lastpostdesc).
|
Add or vote on suggestions [here](http://uev.uservoice.com/forums/280428-microsoft-user-experience-virtualization). For UE-V issues, use the [UE-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-us/home?forum=mdopuev&filter=alltypes&sort=lastpostdesc).
|
||||||
|
|
||||||
## Related topics
|
## Related topics
|
||||||
|
|
||||||
|
- [Microsoft User Experience Virtualization](uev-for-windows.md)
|
||||||
|
|
||||||
[Get Started with UE-V 2.x](uev-getting-started.md)
|
- [Get Started with UE-V](uev-getting-started.md)
|
||||||
|
|
||||||
[Prepare a UE-V 2.x Deployment](uev-prepare-for-deployment.md)
|
|
||||||
|
|
||||||
[Microsoft User Experience Virtualization (UE-V) 2.0 Release Notes](microsoft-user-experience-virtualization--ue-v--20-release-notesuevv2.md)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- [Prepare a UE-V Deployment](uev-prepare-for-deployment.md)
|
||||||
|
|
||||||
|
<!-- ARE THE RELEASE NOTES IN A SEPARATE TOPIC?
|
||||||
|
- Microsoft User Experience Virtualization for Windows 10, version 1607 Release Notes
|
||||||
|
-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user