redirects

This commit is contained in:
Paolo Matarazzo
2024-01-25 10:35:12 -05:00
parent 85c0a9ee00
commit 007d75dff2
98 changed files with 472 additions and 437 deletions

View File

@ -1,7 +1,7 @@
---
title: Administering UE-V with Windows PowerShell and WMI
description: Learn how User Experience Virtualization (UE-V) provides Windows PowerShell cmdlets to help administrators perform various UE-V tasks.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---
@ -10,7 +10,7 @@ ms.topic: article
User Experience Virtualization (UE-V) provides Windows PowerShell cmdlets to help administrators perform various UE-V tasks. The following sections provide more information about using Windows PowerShell in UE-V.
> [!NOTE]
>
>
> Administering UE-V with Windows PowerShell requires PowerShell 3.0 or higher. For a complete list of UE-V cmdlets, see [User Experience Virtualization in Windows PowerShell](/powershell/module/uev/).
## Managing the UE-V service and packages by using Windows PowerShell and WMI

View File

@ -1,7 +1,7 @@
---
title: Administering UE-V
description: Learn how to perform administrative tasks for User Experience Virtualization (UE-V). These tasks include configuring the UE-V service and recovering lost settings.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Application Template Schema Reference for UE-V
description: Learn details about the XML structure of the UE-V settings location templates and learn how to edit these files.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Changing the Frequency of UE-V Scheduled Tasks
description: Learn how to create a script that uses the Schtasks.exe command-line options so you can change the frequency of UE-V scheduled tasks.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Configuring UE-V with Group Policy Objects
description: In this article, learn how to configure User Experience Virtualization (UE-V) with Group Policy objects.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,11 +1,11 @@
---
title: Configuring UE-V with Microsoft Configuration Manager
description: Learn how to configure User Experience Virtualization (UE-V) with Microsoft Configuration Manager.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---
# Configuring UE-V with Microsoft Configuration Manager
# Configuring UE-V with Microsoft Configuration Manager
After you deploy User Experience Virtualization (UE-V) and its required features, you can start to configure it to meet your organization's need. The UE-V Configuration Pack provides a way for administrators to use the Compliance Settings feature of Microsoft Configuration Manager to apply consistent configurations across sites where UE-V and Configuration Manager are installed.
@ -56,45 +56,45 @@ The UE-V service policy configuration item CAB file is created using the UevTemp
```cmd
C:\Program Files (x86)\Windows Kits\10\Microsoft User Experience Virtualization\Management\AgentConfiguration.xml
```
The default configuration file contains five sections:
<a href="" id="computer-policy"></a>**Computer Policy**
All UE-V machine level settings. The DesiredState attribute can be
- **Set** to have the value assigned in the registry
- **Clear** to remove the setting
- **Unmanaged** to have the configuration item left at its current state
Don't remove lines from this section. Instead, set the DesiredState to `Unmanaged` if you don't want Configuration Manager to alter current or default values.
<a href="" id="currentcomputeruserpolicy"></a>**CurrentComputerUserPolicy**
All UE-V user level settings. These entries override the machine settings for a user. The DesiredState attribute can be
- **Set** to have the value assigned in the registry
- **Clear** to remove the setting
- **Unmanaged** to have the configuration item left at its current state
Don't remove lines from this section. Instead, set the DesiredState to 'Unmanaged' if you don't want Configuration Manager to alter current or default values.
<a href="" id="services"></a>**Services**
<a href="" id="services"></a>**Services**
Entries in this section control service operation. The default configuration file contains a single entry for the UevAgentService. The DesiredState attribute can be set to **Running** or **Stopped**.
<a href="" id="windows8appscomputerpolicy"></a>**Windows8AppsComputerPolicy**
<a href="" id="windows8appscomputerpolicy"></a>**Windows8AppsComputerPolicy**
All machine level Windows app synchronization settings. Each PackageFamilyName listed in this section can be assigned a DesiredState of
- **Enabled** to have settings roam
- **Disabled** to prevent settings from roaming
- **Cleared** to have the entry removed from UE-V control
More lines can be added to this section based on the list of installed Windows apps that can be viewed using the PowerShell cmdlet GetAppxPackage.
<a href="" id="windows8appscurrentcomputeruserpolicy"></a>**Windows8AppsCurrentComputerUserPolicy**
<a href="" id="windows8appscurrentcomputeruserpolicy"></a>**Windows8AppsCurrentComputerUserPolicy**
Identical to the Windows8AppsComputerPolicy with settings that override machine settings for an individual user.
1. Edit the configuration file by changing the desired state and value fields.

View File

@ -1,7 +1,7 @@
---
title: Deploy required UE-V features
description: Learn how to install and configure User Experience Virtualization (UE-V) features, for example, a network share that stores and retrieves user settings.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Use UE-V with custom applications
description: Use User Experience Virtualization (UE-V) to create your own custom settings location templates with the UE-V template generator.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: User Experience Virtualization for Windows 10, version 1607
description: Overview of User Experience Virtualization for Windows 10, version 1607
ms.date: 05/02/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Get Started with UE-V
description: Use the steps in this article to deploy User Experience Virtualization (UE-V) for the first time in a test environment.
ms.date: 03/08/2018
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Manage Administrative Backup and Restore in UE-V
description: Learn how an administrator of User Experience Virtualization (UE-V) can back up and restore application and Windows settings to their original state.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Manage Configurations for UE-V
description: Learn to manage the configuration of the User Experience Virtualization (UE-V) service and also learn to manage storage locations for UE-V resources.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Managing UE-V Settings Location Templates Using Windows PowerShell and WMI
description: Managing UE-V Settings Location Templates Using Windows PowerShell and WMI
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,13 +1,13 @@
---
title: Manage UE-V Service and Packages with Windows PowerShell and WMI
description: Managing the UE-V service and packages with Windows PowerShell and WMI
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---
# Managing the UE-V service and packages with Windows PowerShell and WMI
You can use Windows Management Instrumentation (WMI) and Windows PowerShell to manage User Experience Virtualization (UE-V) service configuration and synchronization behavior.
You can use Windows Management Instrumentation (WMI) and Windows PowerShell to manage User Experience Virtualization (UE-V) service configuration and synchronization behavior.
> [!NOTE]
> For a complete list of UE-V cmdlets, see [User Experience Virtualization in Windows PowerShell](/powershell/module/uev/).

View File

@ -1,7 +1,7 @@
---
title: Migrating UE-V settings packages
description: Learn to relocate User Experience Virtualization (UE-V) user settings packages either when you migrate to a new server or when you perform backups.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Prepare a UE-V Deployment
description: Learn about the types of User Experience Virtualization (UE-V) deployment you can execute and what preparations you can make beforehand to be successful.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: User Experience Virtualization (UE-V) Release Notes
description: Read the latest information required to successfully install and use User Experience Virtualization (UE-V) that isn't included in the UE-V documentation.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Security Considerations for UE-V
description: Learn about accounts and groups, log files, and other security-related considerations for User Experience Virtualization (UE-V).
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Sync Methods for UE-V
description: Learn how User Experience Virtualization (UE-V) service sync methods let you synchronize users' application and Windows settings with the settings storage location.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Sync Trigger Events for UE-V
description: Learn how User Experience Virtualization (UE-V) lets you synchronize your application and Windows settings across all your domain-joined devices.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Synchronizing Microsoft Office with UE-V
description: Learn how User Experience Virtualization (UE-V) supports the synchronization of Microsoft Office application settings.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Technical Reference for UE-V
description: Use this technical reference to learn about the various features of User Experience Virtualization (UE-V).
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,13 +1,14 @@
---
title: Troubleshooting UE-V
description: Use this technical reference to find resources for troubleshooting User Experience Virtualization (UE-V) for Windows 10.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---
# Troubleshooting UE-V
For information that can help with troubleshooting UE-V for Windows 10, see:
- [UE-V FAQ Wiki](https://social.technet.microsoft.com/wiki/contents/articles/35333.ue-v-important-changes-in-ue-v-functionality-after-the-windows-10-anniversary-update.aspx)
- [UE-V: List of Microsoft Support Knowledge Base Articles](https://social.technet.microsoft.com/wiki/contents/articles/14271.ue-v-list-of-microsoft-support-knowledge-base-articles.aspx)
- [User Experience Virtualization Release Notes](uev-release-notes-1607.md)

View File

@ -1,7 +1,7 @@
---
title: Upgrade to UE-V for Windows 10
description: Use these few adjustments to upgrade from User Experience Virtualization (UE-V) 2.x to the latest version of UE-V.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Using UE-V with Application Virtualization applications
description: Learn how to use User Experience Virtualization (UE-V) with Microsoft Application Virtualization (App-V).
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: What's New in UE-V for Windows 10, version 1607
description: Learn about what's new in User Experience Virtualization (UE-V) for Windows 10, including new features and capabilities.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---

View File

@ -1,7 +1,7 @@
---
title: Working with Custom UE-V Templates and the UE-V Template Generator
description: Create your own custom settings location templates by working with Custom User Experience Virtualization (UE-V) Templates and the UE-V Template Generator.
ms.date: 04/19/2017
ms.date: 1/25/2024
ms.topic: article
---
@ -18,7 +18,7 @@ Use the UE-V template generator to monitor, discover, and capture the locations
## Standard and non-standard settings locations
The UE-V template generator helps you identify where applications search for settings files and registry settings that applications use to store settings information. The generator discovers settings only in locations that are accessible to a standard user. Settings that are stored in other locations are excluded.
The UE-V template generator helps you identify where applications search for settings files and registry settings that applications use to store settings information. The generator discovers settings only in locations that are accessible to a standard user. Settings that are stored in other locations are excluded.
Discovered settings are grouped into two categories: **Standard** and **Non-standard**. Standard settings are recommended for synchronization, and UE-V can readily capture and apply them. Non-standard settings can potentially synchronize settings but, because of the rules that UE-V uses, these settings might not consistently or dependably synchronize settings. These settings might depend on temporary files, result in unreliable synchronization, or might not be useful. These settings locations are presented in the UE-V template generator. You can choose to include or exclude them on a case-by-case basis.