mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-16 23:37:22 +00:00
Merge pull request #79 from JanKeller1/6641851a
Deleted files -- we won't need these
This commit is contained in:
commit
b33b3831c4
@ -1,229 +0,0 @@
|
|||||||
---
|
|
||||||
title: Microsoft User Experience Virtualization (UE-V) 2.1 Release Notes
|
|
||||||
description: Microsoft User Experience Virtualization (UE-V) 2.1 Release Notes
|
|
||||||
author: jamiejdt
|
|
||||||
ms.assetid: 79a36c77-fa0c-4651-8028-4a79763a2fd2
|
|
||||||
ms.pagetype: mdop, virtualization
|
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.prod: w10
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
# Microsoft User Experience Virtualization (UE-V) 2.1 Release Notes
|
|
||||||
|
|
||||||
|
|
||||||
To search Microsoft User Experience Virtualization (UE-V) 2.0 release notes, press Ctrl+F.
|
|
||||||
|
|
||||||
You should read these release notes thoroughly before you install UE-V. The release notes contain information that is required to successfully install User Experience Virtualization, and contain additional information that is not available in the product documentation. If there are differences between these release notes and other UE-V documentation, the latest change should be considered authoritative. These release notes supersede the content that is included with this product.
|
|
||||||
|
|
||||||
## Providing feedback
|
|
||||||
|
|
||||||
|
|
||||||
Tell us what you think about our documentation for MDOP by giving us your feedback and comments. Send your documentation feedback to [mdopdocs@microsoft.com](mailto:mdopdocs@microsoft.com?subject=UE-V%20Documentation).
|
|
||||||
|
|
||||||
## UE-V known issues
|
|
||||||
|
|
||||||
|
|
||||||
This section contains release notes for User Experience Virtualization.
|
|
||||||
|
|
||||||
### UE-V settings location templates for Skype cause Skype to crash
|
|
||||||
|
|
||||||
When a user generates a valid settings location template for the Skype desktop application, registers it, and then launches the Skype desktop application, Skype crashes. An ACCESS\_VIOLATION is recorded in the Application Event Log.
|
|
||||||
|
|
||||||
WORKAROUND: Remove or unregister the Skype template to allow Skype to work again.
|
|
||||||
|
|
||||||
### Existing scripts for silent installations of UE-V may fail
|
|
||||||
|
|
||||||
Two changes made to the UE-V installer can cause silent installation scripts that worked for previous versions of UE-V to fail when installing UE-V 2.1. The first is a new requirement that users must accept the license terms and agree to or decline participation in the Customer Experience Improvement Program (CEIP), even during a silent installation. Using the /q parameter is no longer sufficient to indicate acceptance of the license terms and agreement to participate in CEIP.
|
|
||||||
|
|
||||||
Second, the installer now forces a computer restart after installing the UE-V Agent. This can cause an install script to fail if it is not expecting the restart (for example, it installs the UE-V Agent first and then immediately installs the generator).
|
|
||||||
|
|
||||||
WORKAROUND: The UE-V installer (.msi) has two new command-line parameters that support silent installations.
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<colgroup>
|
|
||||||
<col width="50%" />
|
|
||||||
<col width="50%" />
|
|
||||||
</colgroup>
|
|
||||||
<thead>
|
|
||||||
<tr class="header">
|
|
||||||
<th align="left">Parameter</th>
|
|
||||||
<th align="left">Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p><strong>/ACCEPTLICENSETERMS=True</strong></p></td>
|
|
||||||
<td align="left"><p>Set this parameter to <strong>True</strong> to install UE-V silently. Adding this parameter implies that the user accepts the UE-V license terms, which are found (by default) here: %ProgramFiles%\Microsoft User Experience Virtualization\Agent</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p><strong>/NORESTART</strong></p></td>
|
|
||||||
<td align="left"><p>This parameter prevents the mandatory restart after the UE-V agent is installed. A return code of 3010 indicates that a restart is required prior to using UE-V.</p></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Registry settings do not synchronize between App-V and native applications on the same computer
|
|
||||||
|
|
||||||
When a computer has an application that is installed through both Application Virtualization (App-V) and locally with a Windows Installer (.msi) file, the registry-based settings do not synchronize between the technologies.
|
|
||||||
|
|
||||||
WORKAROUND: To resolve this problem, run the application by selecting one of the two technologies, but not both.
|
|
||||||
|
|
||||||
### Unpredictable results with both Office 2010 and Office 2013 installed
|
|
||||||
|
|
||||||
When a user has both Office 2010 and Office 2013 installed, any common settings between the two versions of Office are roamed by UE-V. This could cause the Office 2010 package size to be quite large or result in unpredictable conflicts with 2013, particularly if Office 365 is used.
|
|
||||||
|
|
||||||
WORKAROUND: Install only one version of Office or limit which settings are synchronized by UE-V.
|
|
||||||
|
|
||||||
### Uninstall and re-install of Windows 8 app reverts settings to initial state
|
|
||||||
|
|
||||||
While using UE-V settings synchronization for a Windows 8 app, if the user uninstalls the app and then reinstalls the app, the app’s settings revert to their default values. This happens because the uninstall removes the local (cached) copy of the app’s settings but does not remove the local UE-V settings package. When the app is reinstalled and launched, UE-V gather the app settings that were reset to the app defaults and then uploads the default settings to the central storage location. Other computers running the app then download the default settings. This behavior is identical to the behavior of desktop applications.
|
|
||||||
|
|
||||||
WORKAROUND: None.
|
|
||||||
|
|
||||||
### UE-V does not support roaming settings between 32-bit and 64-bit versions of Microsoft Office
|
|
||||||
|
|
||||||
We recommend that you install the 32-bit version of Microsoft Office for both 32-bit and 64-bit operating systems. To choose the Microsoft Office version that you need, click here. ([http://office.microsoft.com/word-help/choose-the-32-bit-or-64-bit-version-of-microsoft-office-HA010369476.aspx](http://go.microsoft.com/fwlink/?LinkID=247623)). UE-V supports roaming settings between identical architecture versions of Office. For example, 32-bit Office settings will roam between all 32-bit Office instances. UE-V does not support roaming settings between 32-bit and 64-bit versions of Office.
|
|
||||||
|
|
||||||
WORKAROUND: None
|
|
||||||
|
|
||||||
### <a href="" id="msi-s-are-not-localized"></a>MSI’s are not localized
|
|
||||||
|
|
||||||
UE-V 2.0 includes a localized setup program for both the UE-V Agent and UE-V generator. These MSI files are still available but the user interface is minimized and the MSI’s only display in English. Despite the file being in English, the setup program installs all supported languages during the installation.
|
|
||||||
|
|
||||||
WORKAROUND: None
|
|
||||||
|
|
||||||
### Favicons that are associated with Internet Explorer 9 favorites do not roam
|
|
||||||
|
|
||||||
The favicons that are associated with Internet Explorer 9 favorites are not roamed by User Experience Virtualization and do not appear when the favorites first appear on a new computer.
|
|
||||||
|
|
||||||
WORKAROUND: Favicons will appear with their associated favorites once the bookmark is used and cached in the Internet Explorer 9 browser.
|
|
||||||
|
|
||||||
### File settings paths are stored in registry
|
|
||||||
|
|
||||||
Some application settings store the paths of their configuration and settings files as values in the registry. The files that are referenced as paths in the registry must be synchronized when settings are roamed between computers.
|
|
||||||
|
|
||||||
WORKAROUND: Use folder redirection or some other technology to ensure that any files that are referenced as file settings paths are present and placed in the same location on all computers where settings roam.
|
|
||||||
|
|
||||||
### Long Settings Storage Paths could cause an error
|
|
||||||
|
|
||||||
Keep settings storage paths as short as possible. Long paths could prevent resolution or synchronization. UE-V uses the Settings storage path as part of the calculated path to store settings. That path is calculated in the following way: settings storage path + “settingspackages” + package dir (template ID) + package name (template ID) + .pkgx. If that calculated path exceeds 260 characters, package storage will fail and generate the following error message in the UE-V operational event log:
|
|
||||||
|
|
||||||
`[boost::filesystem::copy_file: The system cannot find the path specified]`
|
|
||||||
|
|
||||||
To check the operational log events, open the Event Viewer and navigate to Applications and Services Logs / Microsoft / User Experience Virtualization / Logging / Operational.
|
|
||||||
|
|
||||||
WORKAROUND: None.
|
|
||||||
|
|
||||||
### Some operating system settings only roam between like operating system versions
|
|
||||||
|
|
||||||
Operating system settings for Narrator and currency characters specific to the locale (i.e. language and regional settings) will only roam across like operating system versions of Windows. For example, currency characters will not roam between Windows 7 and Windows 8.
|
|
||||||
|
|
||||||
WORKAROUND: None
|
|
||||||
|
|
||||||
### <a href="" id="ue-v-1-agent-generates-errors-when-running-ue-v-2-templates-"></a>UE-V 1 agent generates errors when running UE-V 2 templates
|
|
||||||
|
|
||||||
If a UE-V 2 settings location template is distributed to a computer installed with a UE-V 1 agent, some settings fail to synchronize between computers and the agent reports errors in the event log.
|
|
||||||
|
|
||||||
WORKAROUND: When migrating from UE-V 1 to UE-V 2 and it is likely you’ll have computers running the previous version of the agent, create a separate UE-V 2.0 catalog to support the UE-V 2.0 Agent and templates.
|
|
||||||
|
|
||||||
## Hotfixes and Knowledge Base articles for UE-V 2.1
|
|
||||||
|
|
||||||
|
|
||||||
This section contains hotfixes and KB articles for UE-V 2.1.
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<colgroup>
|
|
||||||
<col width="33%" />
|
|
||||||
<col width="33%" />
|
|
||||||
<col width="33%" />
|
|
||||||
</colgroup>
|
|
||||||
<thead>
|
|
||||||
<tr class="header">
|
|
||||||
<th align="left"><strong>KB Article</strong></th>
|
|
||||||
<th align="left">Title</th>
|
|
||||||
<th align="left"><strong>Link</strong></th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>3018608</p></td>
|
|
||||||
<td align="left"><p>UE-V 2.1 - TemplateConsole.exe crashes when UE-V WMI classes are missing</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/3018608/EN-US](http://support.microsoft.com/kb/3018608/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>2903501</p></td>
|
|
||||||
<td align="left"><p>UE-V: User Experience Virtualization (UE-V) compatibility with user profiles</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2903501/EN-US](http://support.microsoft.com/kb/2903501/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>2770042</p></td>
|
|
||||||
<td align="left"><p>UE-V Registry Settings</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2770042/EN-US](http://support.microsoft.com/kb/2770042/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>2847017</p></td>
|
|
||||||
<td align="left"><p>UE-V settings replicated by Internet Explorer</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2847017/EN-US](http://support.microsoft.com/kb/2847017/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>2769631</p></td>
|
|
||||||
<td align="left"><p>How to repair a corrupted UE-V install</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2769631/EN-US](http://support.microsoft.com/kb/2769631/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>2850989</p></td>
|
|
||||||
<td align="left"><p>Migrating MAPI profiles with Microsoft UE-V is not supported</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2850989/EN-US](http://support.microsoft.com/kb/2850989/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>2769586</p></td>
|
|
||||||
<td align="left"><p>UE-V roams empty folders and registry keys</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2769586/EN-US](http://support.microsoft.com/kb/2769586/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>2782997</p></td>
|
|
||||||
<td align="left"><p>How To Enable Debug Logging in Microsoft User Experience Virtualization (UE-V)</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2782997/EN-US](http://support.microsoft.com/kb/2782997/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>2769570</p></td>
|
|
||||||
<td align="left"><p>UE-V does not update the theme on RDS or VDI sessions</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2769570/EN-US](http://support.microsoft.com/kb/2769570/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>2850582</p></td>
|
|
||||||
<td align="left"><p>How To Use Microsoft User Experience Virtualization With App-V Applications</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2850582/EN-US](http://support.microsoft.com/kb/2850582/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>3041879</p></td>
|
|
||||||
<td align="left"><p>Current file versions for Microsoft User Experience Virtualization</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/3041879/EN-US](http://support.microsoft.com/kb/3041879/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>2843592</p></td>
|
|
||||||
<td align="left"><p>Information on User Experience Virtualization and High Availability</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2843592/EN-US](http://support.microsoft.com/kb/2843592/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Got 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/home?forum=mdopuev).
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,229 +0,0 @@
|
|||||||
---
|
|
||||||
title: Microsoft User Experience Virtualization (UE-V) 2.1 SP1 Release Notes
|
|
||||||
description: Microsoft User Experience Virtualization (UE-V) 2.1 SP1 Release Notes
|
|
||||||
author: jamiejdt
|
|
||||||
ms.assetid: 561988c4-cc5c-4e15-970b-16e942c8f2ef
|
|
||||||
ms.pagetype: mdop, virtualization
|
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.prod: w10
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
# Microsoft User Experience Virtualization (UE-V) 2.1 SP1 Release Notes
|
|
||||||
|
|
||||||
|
|
||||||
To search Microsoft User Experience Virtualization 2.1 SP1 release notes, press Ctrl+F.
|
|
||||||
|
|
||||||
You should read these release notes thoroughly before you install UE-V. The release notes contain information that is required to successfully install User Experience Virtualization, and contain additional information that is not available in the product documentation. If there are differences between these release notes and other UE-V documentation, the latest change should be considered authoritative. These release notes supersede the content that is included with this product.
|
|
||||||
|
|
||||||
## Providing feedback
|
|
||||||
|
|
||||||
|
|
||||||
Tell us what you think about our documentation for MDOP by giving us your feedback and comments. Send your documentation feedback to [mdopdocs@microsoft.com](mailto:mdopdocs@microsoft.com?subject=UE-V%20Documentation).
|
|
||||||
|
|
||||||
## UE-V known issues
|
|
||||||
|
|
||||||
|
|
||||||
This section contains release notes for User Experience Virtualization 2.1 SP1.
|
|
||||||
|
|
||||||
### UE-V settings location templates for Skype cause Skype to crash
|
|
||||||
|
|
||||||
When a user generates a valid settings location template for the Skype desktop application, registers it, and then launches the Skype desktop application, Skype crashes. An ACCESS\_VIOLATION is recorded in the Application Event Log.
|
|
||||||
|
|
||||||
WORKAROUND: Remove or unregister the Skype template to allow Skype to work again.
|
|
||||||
|
|
||||||
### Existing scripts for silent installations of UE-V may fail
|
|
||||||
|
|
||||||
Two changes made to the UE-V installer can cause silent installation scripts that worked for previous versions of UE-V to fail when installing UE-V 2.1 SP1. The first is a new requirement that users must accept the license terms and agree to or decline participation in the Customer Experience Improvement Program (CEIP), even during a silent installation. Using the /q parameter is no longer sufficient to indicate acceptance of the license terms and agreement to participate in CEIP.
|
|
||||||
|
|
||||||
Second, the installer now forces a computer restart after installing the UE-V Agent. This can cause an install script to fail if it is not expecting the restart (for example, it installs the UE-V Agent first and then immediately installs the generator).
|
|
||||||
|
|
||||||
WORKAROUND: The UE-V installer (.msi) has two new command-line parameters that support silent installations.
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<colgroup>
|
|
||||||
<col width="50%" />
|
|
||||||
<col width="50%" />
|
|
||||||
</colgroup>
|
|
||||||
<thead>
|
|
||||||
<tr class="header">
|
|
||||||
<th align="left">Parameter</th>
|
|
||||||
<th align="left">Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p><strong>/ACCEPTLICENSETERMS=True</strong></p></td>
|
|
||||||
<td align="left"><p>Set this parameter to <strong>True</strong> to install UE-V silently. Adding this parameter implies that the user accepts the UE-V license terms, which are found (by default) here: %ProgramFiles%\Microsoft User Experience Virtualization\Agent</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p><strong>/NORESTART</strong></p></td>
|
|
||||||
<td align="left"><p>This parameter prevents the mandatory restart after the UE-V agent is installed. A return code of 3010 indicates that a restart is required prior to using UE-V.</p></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Registry settings do not synchronize between App-V and native applications on the same computer
|
|
||||||
|
|
||||||
When a computer has an application that is installed through both Application Virtualization (App-V) and locally with a Windows Installer (.msi) file, the registry-based settings do not synchronize between the technologies.
|
|
||||||
|
|
||||||
WORKAROUND: To resolve this problem, run the application by selecting one of the two technologies, but not both.
|
|
||||||
|
|
||||||
### Unpredictable results with both Office 2010 and Office 2013 installed
|
|
||||||
|
|
||||||
When a user has both Office 2010 and Office 2013 installed, any common settings between the two versions of Office are roamed by UE-V. This could cause the Office 2010 package size to be quite large or result in unpredictable conflicts with 2013, particularly if Office 365 is used.
|
|
||||||
|
|
||||||
WORKAROUND: Install only one version of Office or limit which settings are synchronized by UE-V.
|
|
||||||
|
|
||||||
### Uninstall and re-install of Windows 8 app reverts settings to initial state
|
|
||||||
|
|
||||||
While using UE-V settings synchronization for a Windows 8 app, if the user uninstalls the app and then reinstalls the app, the app’s settings revert to their default values. This happens because the uninstall removes the local (cached) copy of the app’s settings but does not remove the local UE-V settings package. When the app is reinstalled and launched, UE-V gather the app settings that were reset to the app defaults and then uploads the default settings to the central storage location. Other computers running the app then download the default settings. This behavior is identical to the behavior of desktop applications.
|
|
||||||
|
|
||||||
WORKAROUND: None.
|
|
||||||
|
|
||||||
### UE-V does not support roaming settings between 32-bit and 64-bit versions of Microsoft Office
|
|
||||||
|
|
||||||
We recommend that you install the 32-bit version of Microsoft Office for both 32-bit and 64-bit operating systems. To choose the Microsoft Office version that you need, click here. ([http://office.microsoft.com/word-help/choose-the-32-bit-or-64-bit-version-of-microsoft-office-HA010369476.aspx](http://go.microsoft.com/fwlink/?LinkID=247623)). UE-V supports roaming settings between identical architecture versions of Office. For example, 32-bit Office settings will roam between all 32-bit Office instances. UE-V does not support roaming settings between 32-bit and 64-bit versions of Office.
|
|
||||||
|
|
||||||
WORKAROUND: None
|
|
||||||
|
|
||||||
### <a href="" id="msi-s-are-not-localized"></a>MSI’s are not localized
|
|
||||||
|
|
||||||
UE-V includes a localized setup program for both the UE-V Agent and UE-V generator. These MSI files are still available but the user interface is minimized and the MSI’s only display in English. Despite the file being in English, the setup program installs all supported languages during the installation.
|
|
||||||
|
|
||||||
WORKAROUND: None
|
|
||||||
|
|
||||||
### Favicons that are associated with Internet Explorer 9 favorites do not roam
|
|
||||||
|
|
||||||
The favicons that are associated with Internet Explorer 9 favorites are not roamed by User Experience Virtualization and do not appear when the favorites first appear on a new computer.
|
|
||||||
|
|
||||||
WORKAROUND: Favicons will appear with their associated favorites once the bookmark is used and cached in the Internet Explorer 9 browser.
|
|
||||||
|
|
||||||
### File settings paths are stored in registry
|
|
||||||
|
|
||||||
Some application settings store the paths of their configuration and settings files as values in the registry. The files that are referenced as paths in the registry must be synchronized when settings are roamed between computers.
|
|
||||||
|
|
||||||
WORKAROUND: Use folder redirection or some other technology to ensure that any files that are referenced as file settings paths are present and placed in the same location on all computers where settings roam.
|
|
||||||
|
|
||||||
### Long Settings Storage Paths could cause an error
|
|
||||||
|
|
||||||
Keep settings storage paths as short as possible. Long paths could prevent resolution or synchronization. UE-V uses the Settings storage path as part of the calculated path to store settings. That path is calculated in the following way: settings storage path + “settingspackages” + package dir (template ID) + package name (template ID) + .pkgx. If that calculated path exceeds 260 characters, package storage will fail and generate the following error message in the UE-V operational event log:
|
|
||||||
|
|
||||||
`[boost::filesystem::copy_file: The system cannot find the path specified]`
|
|
||||||
|
|
||||||
To check the operational log events, open the Event Viewer and navigate to Applications and Services Logs / Microsoft / User Experience Virtualization / Logging / Operational.
|
|
||||||
|
|
||||||
WORKAROUND: None.
|
|
||||||
|
|
||||||
### Some operating system settings only roam between like operating system versions
|
|
||||||
|
|
||||||
Operating system settings for Narrator and currency characters specific to the locale (i.e. language and regional settings) will only roam across like operating system versions of Windows. For example, currency characters will not roam between Windows 7 and Windows 8.
|
|
||||||
|
|
||||||
WORKAROUND: None
|
|
||||||
|
|
||||||
### <a href="" id="ue-v-1-agent-generates-errors-when-running-ue-v-2-templates-"></a>UE-V 1 agent generates errors when running UE-V 2 templates
|
|
||||||
|
|
||||||
If a UE-V 2 settings location template is distributed to a computer installed with a UE-V 1 agent, some settings fail to synchronize between computers and the agent reports errors in the event log.
|
|
||||||
|
|
||||||
WORKAROUND: When migrating from UE-V 1 to UE-V 2 and it is likely you’ll have computers running the previous version of the agent, create a separate UE-V 2.x catalog to support the UE-V 2.x Agent and templates.
|
|
||||||
|
|
||||||
## Hotfixes and Knowledge Base articles for UE-V 2.1 SP1
|
|
||||||
|
|
||||||
|
|
||||||
This section contains hotfixes and KB articles for UE-V 2.1 SP1.
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<colgroup>
|
|
||||||
<col width="33%" />
|
|
||||||
<col width="33%" />
|
|
||||||
<col width="33%" />
|
|
||||||
</colgroup>
|
|
||||||
<thead>
|
|
||||||
<tr class="header">
|
|
||||||
<th align="left"><strong>KB Article</strong></th>
|
|
||||||
<th align="left">Title</th>
|
|
||||||
<th align="left"><strong>Link</strong></th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>3018608</p></td>
|
|
||||||
<td align="left"><p>UE-V 2.1 - TemplateConsole.exe crashes when UE-V WMI classes are missing</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/3018608/EN-US](http://support.microsoft.com/kb/3018608/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>2903501</p></td>
|
|
||||||
<td align="left"><p>UE-V: User Experience Virtualization (UE-V) compatibility with user profiles</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2903501/EN-US](http://support.microsoft.com/kb/2903501/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>2770042</p></td>
|
|
||||||
<td align="left"><p>UE-V Registry Settings</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2770042/EN-US](http://support.microsoft.com/kb/2770042/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>2847017</p></td>
|
|
||||||
<td align="left"><p>UE-V settings replicated by Internet Explorer</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2847017/EN-US](http://support.microsoft.com/kb/2847017/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>2769631</p></td>
|
|
||||||
<td align="left"><p>How to repair a corrupted UE-V install</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2769631/EN-US](http://support.microsoft.com/kb/2769631/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>2850989</p></td>
|
|
||||||
<td align="left"><p>Migrating MAPI profiles with Microsoft UE-V is not supported</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2850989/EN-US](http://support.microsoft.com/kb/2850989/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>2769586</p></td>
|
|
||||||
<td align="left"><p>UE-V roams empty folders and registry keys</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2769586/EN-US](http://support.microsoft.com/kb/2769586/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>2782997</p></td>
|
|
||||||
<td align="left"><p>How To Enable Debug Logging in Microsoft User Experience Virtualization (UE-V)</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2782997/EN-US](http://support.microsoft.com/kb/2782997/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>2769570</p></td>
|
|
||||||
<td align="left"><p>UE-V does not update the theme on RDS or VDI sessions</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2769570/EN-US](http://support.microsoft.com/kb/2769570/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>2850582</p></td>
|
|
||||||
<td align="left"><p>How To Use Microsoft User Experience Virtualization With App-V Applications</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2850582/EN-US](http://support.microsoft.com/kb/2850582/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>3041879</p></td>
|
|
||||||
<td align="left"><p>Current file versions for Microsoft User Experience Virtualization</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/3041879/EN-US](http://support.microsoft.com/kb/3041879/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>2843592</p></td>
|
|
||||||
<td align="left"><p>Information on User Experience Virtualization and High Availability</p></td>
|
|
||||||
<td align="left"><p>[support.microsoft.com/kb/2843592/EN-US](http://support.microsoft.com/kb/2843592/EN-US)</p></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Got 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/home?forum=mdopuev).
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,88 +0,0 @@
|
|||||||
---
|
|
||||||
title: Configuring the Company Settings Center for UE-V 2.x
|
|
||||||
description: Configuring the Company Settings Center for UE-V 2.x
|
|
||||||
author: jamiejdt
|
|
||||||
ms.pagetype: mdop, virtualization
|
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.prod: w10
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
# Configuring the Company Settings Center for UE-V 2.x
|
|
||||||
|
|
||||||
|
|
||||||
Microsoft User Experience Virtualization (UE-V) includes an application, the Company Settings Center, which helps users manage settings to synchronize. The Company Settings Center is installed by using the UE-V Agent. Users access the Company Settings Center in Control Panel, in the **Start** menu or on the **Start** screen, and via the UE-V notification area icon. Company Settings Center displays which settings are synchronized and helps users see the synchronization status of UE-V. Users can use the Company Settings Center to select which applications or Windows features synchronize their settings between computers. They can also click the **Sync Now** button to synchronize all settings immediately. The administrator can also include a link for support in the Company Settings Center.
|
|
||||||
|
|
||||||
## About the Company Settings Center
|
|
||||||
|
|
||||||
|
|
||||||
The Company Settings Center desktop application provides users with information about UE-V settings synchronization. The Company Settings Center is accessible in several different ways:
|
|
||||||
|
|
||||||
- Notification area icon – With the **Tray Icon** Group Policy setting or Windows PowerShell configuration enabled, the UE-V icon appears in the notification area. Click the UE-V icon to open the Company Settings Center.
|
|
||||||
|
|
||||||
**Note**
|
|
||||||
The notification area icon can be disabled by using the following settings:
|
|
||||||
|
|
||||||
- Group Policy setting: `Policy Tray Icon`
|
|
||||||
|
|
||||||
- Windows PowerShell cmdlet: `TrayIconEnabled`
|
|
||||||
|
|
||||||
- Configuration item in the UE-V Configuration Pack for System Center 2012 Configuration Manager: `Tray icon enabled`
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- Control Panel application – In Control Panel, browse to **Appearance and Personalization**, and then click **Company Settings Center**.
|
|
||||||
|
|
||||||
- First use notification – Unless disabled, the UE-V Agent alerts the user that settings are now synchronized when the UE-V agent runs for the first time on a computer. Click the notification dialog box to open the Company Settings Center.
|
|
||||||
|
|
||||||
- The **Start** screen or **Start** menu includes a link to the Company Settings Center. A search for Company Settings Center finds the application.
|
|
||||||
|
|
||||||
## Configuring the support link in the Company Settings Center
|
|
||||||
|
|
||||||
|
|
||||||
The Company Settings Center can include a hyperlink that users can click to get support with UE-V settings synchronization problems. This link can open any valid URL protocol, such as http:// for a webpage or mailto:// for an email. The support link can be configured by using Group Policy, Windows PowerShell, or the System Center 2012 Configuration Manager UE-V Configuration Pack.
|
|
||||||
|
|
||||||
**How to configure the Company Settings Center support link**
|
|
||||||
|
|
||||||
1. Open your preferred management tool:
|
|
||||||
|
|
||||||
- **Group Policy** - If you have not already done so, download the ADMX template for UE-V 2 from [MDOP Administrative Templates](http://go.microsoft.com/fwlink/p/?LinkId=393941).
|
|
||||||
|
|
||||||
- **Windows PowerShell** – On a computer with the UE-V Agent installed, open **Windows PowerShell**. For more information about administering UE-V by using Windows PowerShell, see [Administering UE-V 2.x with Windows PowerShell and WMI](uev-administering-uev-with-windows-powershell-and-wmi.md).
|
|
||||||
|
|
||||||
- **System Center 2012 Configuration Pack for Microsoft User Experience Virtualization (UE-V)** – Import the UE-V Configuration Pack and follow the Configuration Pack documentation to create configuration items. For more information about the UE-V Configuration Pack, see [Configuring UE-V 2.x with System Center Configuration Manager 2012](uev-configuring-uev-with-system-center-configuration-manager-2012.md).
|
|
||||||
|
|
||||||
2. Edit the settings for the following policies:
|
|
||||||
|
|
||||||
- **Contact IT Link Text** - This setting specifies the text of the Contact IT URL hyperlink in the Company Settings Center. If you enable this setting, the Company Settings Center displays the specified text in the link to the Contact IT URL.
|
|
||||||
|
|
||||||
- Group Policy settings: `Contact IT Link Text`
|
|
||||||
|
|
||||||
- Windows PowerShell cmdlet: `ContactITDescription`
|
|
||||||
|
|
||||||
- Configuration Pack configuration item: `IT contact descriptive text`
|
|
||||||
|
|
||||||
- **Contact IT URL** - This setting specifies the URL for the Contact IT link in the Company Settings Center in a valid URL protocol, such as http:// for a webpage or mailto:// for an email.
|
|
||||||
|
|
||||||
- Group Policy settings: `Contact IT URL`
|
|
||||||
|
|
||||||
- Windows PowerShell cmdlet: `ContactITUrl`
|
|
||||||
|
|
||||||
- Configuration Pack configuration item: `IT contact URL`
|
|
||||||
|
|
||||||
3. Deploy settings to users’ computers by using the management tool.
|
|
||||||
|
|
||||||
## 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).
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,110 +0,0 @@
|
|||||||
---
|
|
||||||
title: What's New in UE-V 2.1
|
|
||||||
description: What's New in UE-V 2.1
|
|
||||||
author: jamiejdt
|
|
||||||
ms.assetid: 7f385183-7d97-4602-b19a-baa710334ade
|
|
||||||
ms.pagetype: mdop, virtualization
|
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.prod: w10
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
# What's New in UE-V 2.1
|
|
||||||
|
|
||||||
|
|
||||||
User Experience Virtualization 2.1 provides these new features and functionality compared to UE-V 2.0. The [Microsoft User Experience Virtualization (UE-V) 2.1 Release Notes](microsoft-user-experience-virtualization--ue-v--21-release-notesuevv21.md) provide more information about the UE-V 2.1 release.
|
|
||||||
|
|
||||||
## Office 2013 Settings Location Template
|
|
||||||
|
|
||||||
|
|
||||||
UE-V 2.1 includes the Microsoft Office 2013 settings location template with improved Outlook signature support. In UE-V 2.1, the signature data synchronizes between user devices. We’ve added synchronization of default signature settings for new, reply, and forwarded emails. Customers no longer have to choose the default signature settings.
|
|
||||||
|
|
||||||
**Note**
|
|
||||||
An Outlook profile must be created for any device on which a user wants to sync 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.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Previously UE-V included Microsoft Office 2010 settings location templates that were automatically distributed and registered with the UE-V Agent. UE-V 2.1 works with Office 365 to determine whether Office 2013 settings are roamed by Office 365. If settings are roamed by Office 365 they are not roamed by UE-V. [Overview of user and roaming settings for Office 2013](http://go.microsoft.com/fwlink/p/?LinkID=391220) provides more information.
|
|
||||||
|
|
||||||
To enable settings synchronization using UE-V 2.1, 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 2.1 ships [Office 2013 and Office 2010 templates](http://technet.microsoft.com/library/dn458932.aspx#autosyncsettings). This release removes the Office 2007 templates. 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).
|
|
||||||
|
|
||||||
## Fix for Distributed File System Namespace Users
|
|
||||||
|
|
||||||
|
|
||||||
UE-V has improved Distributed File System Namespace (DFSN) support by adding a UE-V configuration called SyncProviderPingEnabled. Disabling this configuration using PowerShell or WMI allows users to disable the UE-V ping. The UE-V ping causes an error when using DFSN servers because these servers do not respond to pings. The non-response prevents UE-V from synchronizing settings. Disabling the UE-V ping allows UE-V synchronization to work normally.
|
|
||||||
|
|
||||||
To disable UE-V ping, use this PowerShell cmdlet:
|
|
||||||
|
|
||||||
``` syntax
|
|
||||||
Set-UevConfiguration -DisableSyncProviderPing
|
|
||||||
```
|
|
||||||
|
|
||||||
## Synchronization for Credentials
|
|
||||||
|
|
||||||
|
|
||||||
UE-V 2.1 gives customers the ability to synchronize credentials and certificates stored in the Windows Credential Manager. This component is disabled by default. Enabling this component lets users keep their domain credentials and certificates in sync. Users can sign in one time on a device, and these credentials will roam for that user across all of their UE-V enabled devices. [Manage Credentials with UE-V 2.1](http://technet.microsoft.com/library/dn458932.aspx#creds) provides more information.
|
|
||||||
|
|
||||||
**Note**
|
|
||||||
In Windows 8 and later, Credential Manager contains web credentials. These credentials are not synchronized between users’ devices.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## UE-V and Microsoft Account Synchronization
|
|
||||||
|
|
||||||
|
|
||||||
UE-V detects if “Sync settings with OneDrive”, also known as Microsoft Account synchronization, is on. If the Microsoft Account is not configured to synchronize settings, UE-V synchronizes Windows apps, AppX packages, and Windows desktop settings between devices. This lets users access their Store apps, music, pictures and other Microsoft Account-enabled applications without syncing outside of the enterprise firewall. UE-V checks whether Group Policy will stop synchronizing settings with OneDrive or if the user disables **Sync your settings on this computer** in the user controls.
|
|
||||||
|
|
||||||
## Support for the SyncMethod External
|
|
||||||
|
|
||||||
|
|
||||||
A new [SyncMethod configuration](http://technet.microsoft.com/library/dn554321.aspx) called **External** specifies that if UE-V settings are written to a local folder on the user computer, then any external sync engine (such as OneDrive for Business, Work Folders, Sharepoint, or Dropbox) can be used to apply these settings to the different computers that users access.
|
|
||||||
|
|
||||||
## Enhanced Support for VDI Mode
|
|
||||||
|
|
||||||
|
|
||||||
UE-V 2.1 includes [support for VDI sessions](http://technet.microsoft.com/library/dn458932.aspx#vdi) that are shared among end users. As an administrator, you can register and configure a special VDI template, which ensures that UE-V keeps all of its functionality intact for non-persistent VDI sessions.
|
|
||||||
|
|
||||||
**Note**
|
|
||||||
If you do not enable VDI mode for non-persistent VDI sessions, certain features do not work, such as back-up/restore and LKG.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Administrative Backup and Restore
|
|
||||||
|
|
||||||
|
|
||||||
You can restore additional settings when a user adopts a new device by putting a settings location template in **backup** or **roam (default)** profile using the Set-UevTemplateProfile PowerShell cmdlet. This lets computer settings sync to the new computer, in addition to user settings. Templates assigned to the backup profile are backed up for that device and configured on a per-device basis. [Manage Administrative Backup and Restore in UE-V 2.x](uev-manage-administrative-backup-and-restore.md) provides more information.
|
|
||||||
|
|
||||||
## Synchronization for Additional Windows Settings
|
|
||||||
|
|
||||||
|
|
||||||
UE-V now synchronizes touch keyboard personalization, the spelling dictionary, and enables the App Switching for recent apps and screen edge settings to synchronize between Windows 8 and Windows 8.1 devices.
|
|
||||||
|
|
||||||
## Got 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/home?forum=mdopuev).
|
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
|
|
||||||
[Get Started with UE-V 2.x](uev-getting-started.md)
|
|
||||||
|
|
||||||
[Prepare a UE-V 2.x Deployment](uev-prepare-for-deployment.md)
|
|
||||||
|
|
||||||
[Microsoft User Experience Virtualization (UE-V) 2.1 Release Notes](microsoft-user-experience-virtualization--ue-v--21-release-notesuevv21.md)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,98 +0,0 @@
|
|||||||
---
|
|
||||||
title: What's New in UE-V 2.1 SP1
|
|
||||||
description: What's New in UE-V 2.1 SP1
|
|
||||||
author: jamiejdt
|
|
||||||
ms.assetid: 9a40c737-ad9a-4ec1-b42b-31bfabe0f170
|
|
||||||
ms.pagetype: mdop, virtualization
|
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.prod: w10
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
# What's New in UE-V 2.1 SP1
|
|
||||||
|
|
||||||
|
|
||||||
User Experience Virtualization 2.1 SP1 provides these new features and functionality compared to UE-V 2.1. The [Microsoft User Experience Virtualization (UE-V) 2.1 SP1 Release Notes](microsoft-user-experience-virtualization--ue-v--21-sp1-release-notes.md) provide more information about the UE-V 2.1 SP1 release.
|
|
||||||
|
|
||||||
## Support for Windows 10
|
|
||||||
|
|
||||||
|
|
||||||
UE-V 2.1 SP1 adds support for Windows 10, in addition to the same software that is supported in earlier versions of UE-V.
|
|
||||||
|
|
||||||
### Compatibility with Microsoft Azure
|
|
||||||
|
|
||||||
Windows 10 lets enterprise users synchronize Windows app 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 computers only. To enable coexistence between Windows 10 and UE-V, you must disable the following UE-V templates using either PowerShell on each client or Group Policy.
|
|
||||||
|
|
||||||
In Group Policy, under the Microsoft User Experience Virtualization node, configure these policy settings:
|
|
||||||
|
|
||||||
- Enable “Do Not Synchronize Windows Apps”
|
|
||||||
|
|
||||||
- Disable “Sync Windows Settings”
|
|
||||||
|
|
||||||
### Settings Synchronization Behavior Changed for Windows 10 Support
|
|
||||||
|
|
||||||
UE-V 2.1 SP1 roams taskbar settings between Windows 10 devices. However, UE-V does not synchronize taskbar settings between Windows 10 devices and devices running previous operating systems.
|
|
||||||
|
|
||||||
In addition, UE-V 2.1 SP1 does not synchronize settings between the Microsoft Calculator in Windows 10 and the Microsoft Calculator in previous operating systems.
|
|
||||||
|
|
||||||
## Support Added for Roaming Network Printers
|
|
||||||
|
|
||||||
|
|
||||||
UE-V 2.1 SP1 lets network printers roam between devices so that a user has access to their network printers when logged on to any device on the network. This includes roaming the printer that they set as the default.
|
|
||||||
|
|
||||||
Printer roaming in UE-V requires one of these scenarios:
|
|
||||||
|
|
||||||
- The print server can download the required driver when it roams to a new device.
|
|
||||||
|
|
||||||
- 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 obtained from Windows Update.
|
|
||||||
|
|
||||||
**Note**
|
|
||||||
The UE-V printer roaming feature does **not** roam printer settings or preferences, such as printing double-sided.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Office 2013 Settings Location Template
|
|
||||||
|
|
||||||
|
|
||||||
UE-V 2.1 and 2.1 SP1 include the Microsoft Office 2013 settings location template with improved Outlook signature support. We’ve added synchronization of default signature settings for new, reply, and forwarded emails. Customers no longer have to choose the default signature settings.
|
|
||||||
|
|
||||||
**Note**
|
|
||||||
An Outlook profile must be created for any device on which a user wants to sync 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.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Previously UE-V included Microsoft Office 2010 settings location templates that were automatically distributed and registered with the UE-V Agent. UE-V 2.1 works with Office 365 to determine whether Office 2013 settings are roamed by Office 365. If settings are roamed by Office 365 they are not roamed by UE-V. [Overview of user and roaming settings for Office 2013](http://go.microsoft.com/fwlink/p/?LinkID=391220) provides more information.
|
|
||||||
|
|
||||||
To enable settings synchronization using UE-V 2.1, 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 2.1 ships [Office 2013 and Office 2010 templates](http://technet.microsoft.com/library/dn458932.aspx#autosyncsettings). This release removes the Office 2007 templates. 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).
|
|
||||||
|
|
||||||
## Got 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/home?forum=mdopuev).
|
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
|
|
||||||
[Get Started with UE-V 2.x](uev-getting-started.md)
|
|
||||||
|
|
||||||
[Prepare a UE-V 2.x Deployment](uev-prepare-for-deployment.md)
|
|
||||||
|
|
||||||
[Microsoft User Experience Virtualization (UE-V) 2.1 SP1 Release Notes](microsoft-user-experience-virtualization--ue-v--21-sp1-release-notes.md)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user