From a2b416894fc79528cd76c6f553dfcb77f68756ce Mon Sep 17 00:00:00 2001 From: JanKeller1 Date: Fri, 29 Jul 2016 15:04:36 -0700 Subject: [PATCH 1/4] Minor formatting chg --- windows/manage/uev-security-considerations.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/windows/manage/uev-security-considerations.md b/windows/manage/uev-security-considerations.md index baf1e0f002..2cfc34087e 100644 --- a/windows/manage/uev-security-considerations.md +++ b/windows/manage/uev-security-considerations.md @@ -198,8 +198,7 @@ To ensure that UE-V works optimally, create only the root share on the server, a This permission configuration enables users to create folders for settings storage. The UE-V service creates and secures a settings package folder while it runs in the context of the user. Users receive full control to their settings package folder. Other users do not inherit access to this folder. You do not have to create and secure individual user directories. The UE-V service that runs in the context of the user does it automatically. -**Note** -Additional security can be configured when a Windows Server is used for the settings storage share. UE-V can be configured to verify that either the local Administrators group or the current user is the owner of the folder where settings packages are stored. To enable additional security, use the following command: +> **Note**  Additional security can be configured when a Windows Server is used for the settings storage share. UE-V can be configured to verify that either the local Administrators group or the current user is the owner of the folder where settings packages are stored. To enable additional security, use the following command: 1. Add the REG\_DWORD registry key RepositoryOwnerCheckEnabled to `HKEY_LOCAL_MACHINE\Software\Microsoft\UEV\Agent\Configuration`. From dc9829cde741363f30d4ec367ab0bd53fa89cd5d Mon Sep 17 00:00:00 2001 From: JanKeller1 Date: Fri, 29 Jul 2016 15:12:03 -0700 Subject: [PATCH 2/4] Fixed indents, links --- windows/manage/uev-getting-started.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/windows/manage/uev-getting-started.md b/windows/manage/uev-getting-started.md index fec0509c2d..0cba767561 100644 --- a/windows/manage/uev-getting-started.md +++ b/windows/manage/uev-getting-started.md @@ -23,9 +23,9 @@ The standard installation of UE-V synchronizes the default Microsoft Windows and - [Step 2: Deploy the settings storage location](#step-2-deploy-the-settings-storage-location). Explains how to deploy a settings storage location. All UE-V deployments require a location to store settings packages that contain the synchronized setting values. -- [Step 3: Enable the UE-V service](#step-3-enable-the-UE-V-service-on-user-devices). Explains how to enable to UE-V service on user devices. To synchronize settings using UE-V, devices must have the UE-V service enabled and running. +- [Step 3: Enable the UE-V service](#step-3-enable-the-ue-v-service-on-user-devices). Explains how to enable to UE-V service on user devices. To synchronize settings using UE-V, devices must have the UE-V service enabled and running. -- [Step 4: Test Your UE-V evaluation deployment](#step-4-test-your-UE-V-evaluation-deployment). Run a few tests on two computers with the UE-V service enabled to see how UE-V works and if it meets your organization’s needs. +- [Step 4: Test Your UE-V evaluation deployment](#step-4-test-your-ue-v-evaluation-deployment). Run a few tests on two computers with the UE-V service enabled to see how UE-V works and if it meets your organization’s needs. - Step 5: Deploy UE-V for custom applications (optional). If you want to evaluate how your third-party and line-of-business applications work with UE-V, follow the steps in [Use UE-V with custom applications](uev-deploy-uev-for-custom-applications.md). Following this link takes you to another topic. Use your browser’s **Back** button to return to this topic. @@ -53,21 +53,19 @@ You’ll need to deploy a settings storage location, a standard network share wh 1. Set the following share-level Server Message Block (SMB) permissions for the settings storage location folder. -| **User account** | **Recommended permissions** | -|------------------------------|-----------------------------| -| Everyone | No permissions | -| Security group of UE-V users | Full control | + | **User account** | **Recommended permissions** | + |------------------------------|-----------------------------| + | Everyone | No permissions | + | Security group of UE-V users | Full control | -1. Set the following NTFS file system permissions for the settings storage location folder. + 2. Set the following NTFS file system permissions for the settings storage location folder. -| **User account** | **Recommended permissions** | **Folder** | -|------------------------------|---------------------------------------------------|---------------------------| -| Creator/owner | Full control | Subfolders and files only | -| Security group of UE-V users | List folder/read data, create folders/append data | This folder only | + | **User account** | **Recommended permissions** | **Folder** | + |------------------------------|---------------------------------------------------|---------------------------| + | Creator/owner | Full control | Subfolders and files only | + | Security group of UE-V users | List folder/read data, create folders/append data | This folder only | -*\*Security Note:* \* - -If you create the settings storage share on a computer running a Windows Server operating system, configure UE-V to verify that either the local Administrators group or the current user is the owner of the folder where settings packages are stored. To enable this additional security, specify this setting in the Windows Server Registry Editor: +**Security Note**  If you create the settings storage share on a computer running a Windows Server operating system, configure UE-V to verify that either the local Administrators group or the current user is the owner of the folder where settings packages are stored. To enable this additional security, specify this setting in the Windows Server Registry Editor: 1. Add a **REG\_DWORD** registry key named **"RepositoryOwnerCheckEnabled"** to **HKEY\_LOCAL\_MACHINE\\Software\\Microsoft\\UEV\\Agent\\Configuration**. From f12e5763a0e87e30927c652e3c3e3ad83b797ebf Mon Sep 17 00:00:00 2001 From: JanKeller1 Date: Fri, 29 Jul 2016 15:14:13 -0700 Subject: [PATCH 3/4] Fixed metatadata --- windows/manage/uev-release-notes-1607.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/manage/uev-release-notes-1607.md b/windows/manage/uev-release-notes-1607.md index 3f43f889c3..ec7f1c72c7 100644 --- a/windows/manage/uev-release-notes-1607.md +++ b/windows/manage/uev-release-notes-1607.md @@ -1,6 +1,6 @@ --- title: User Experience Virtualization (UE-V) Release Notes -description:User Experience Virtualization (UE-V) Release Notes +description: User Experience Virtualization (UE-V) Release Notes author: MaggiePucciEvans ms.pagetype: mdop, virtualization ms.mktglfcycl: deploy From db2be5b92bb8c3f2be8750203cd7a6c43d71f364 Mon Sep 17 00:00:00 2001 From: JanKeller1 Date: Fri, 29 Jul 2016 15:23:26 -0700 Subject: [PATCH 4/4] Fixed an issue with a path listed in a table --- windows/manage/uev-prepare-for-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/manage/uev-prepare-for-deployment.md b/windows/manage/uev-prepare-for-deployment.md index 66b0d06770..36958abddb 100644 --- a/windows/manage/uev-prepare-for-deployment.md +++ b/windows/manage/uev-prepare-for-deployment.md @@ -191,7 +191,7 @@ If you’ve decided that you need to synchronize settings for other applications | ![Checklist box](images/uev-checklist-box.gif) | Is it important for the user that these settings are synchronized? | | ![Checklist box](images/uev-checklist-box.gif) | Are these user settings already managed by an application management or settings policy solution? UE-V applies application settings at application startup and Windows settings at logon, unlock, or remote connect events. If you use UE-V with other settings sharing solutions, users might experience inconsistency across synchronized settings. | | ![Checklist box](images/uev-checklist-box.gif) | Are the application settings specific to the computer? Application preferences and customizations that are associated with hardware or specific computer configurations do not consistently synchronize across sessions and can cause a poor application experience. | -| ![Checklist box](images/uev-checklist-box.gif) | Does the application store settings in the Program Files directory or in the file directory that is located in the **Users**\[User name\]<strong>AppData<strong>LocalLow directory? Application data that is stored in either of these locations usually should not synchronize with the user, because this data is specific to the computer or because the data is too large to synchronize. | +| ![Checklist box](images/uev-checklist-box.gif) | Does the application store settings in the Program Files directory or in the file directory that is located in the **Users**\\ \[User name\] \\**AppData**\\**LocalLow** directory? Application data that is stored in either of these locations usually should not synchronize with the user, because this data is specific to the computer or because the data is too large to synchronize. | | ![Checklist box](images/uev-checklist-box.gif) | Does the application store any settings in a file that contains other application data that should not synchronize? UE-V synchronizes files as a single unit. If settings are stored in files that include application data other than settings, then synchronizing this additional data can cause a poor application experience. | | ![Checklist box](images/uev-checklist-box.gif) | How large are the files that contain the settings? The performance of the settings synchronization can be affected by large files. Including large files can affect the performance of settings synchronization. |