diff --git a/windows/application-management/app-v/appv-add-or-upgrade-packages-with-the-management-console.md b/windows/application-management/app-v/appv-add-or-upgrade-packages-with-the-management-console.md
index 8c3b04234f..97631d1114 100644
--- a/windows/application-management/app-v/appv-add-or-upgrade-packages-with-the-management-console.md
+++ b/windows/application-management/app-v/appv-add-or-upgrade-packages-with-the-management-console.md
@@ -12,7 +12,7 @@ ms.date: 04/19/2017
>Applies to: Windows 10, version 1607
-You can the following procedure to add or upgrade a package to the App-V Management Console. To upgrade a package that already exists in the Management Console, use the following steps and import the upgraded package using the same package **Name**.
+You can use the following procedure to add or upgrade a package to the App-V Management Console. To upgrade a package that already exists in the Management Console, use the following steps and import the upgraded package using the same package **Name**.
## Add a package to the Management Console
diff --git a/windows/application-management/app-v/appv-administering-appv-with-powershell.md b/windows/application-management/app-v/appv-administering-appv-with-powershell.md
index 10327aa2e2..1a003ccf5c 100644
--- a/windows/application-management/app-v/appv-administering-appv-with-powershell.md
+++ b/windows/application-management/app-v/appv-administering-appv-with-powershell.md
@@ -12,11 +12,11 @@ ms.date: 04/19/2017
>Applies to: Windows 10, version 1607
-Microsoft Application Virtualization (App-V) provides Windows PowerShell cmdlets, which can help administrators perform various App-V tasks. The following sections provide more information about using Windows PowerShell with App-V.
+Microsoft Application Virtualization (App-V) supports Windows PowerShell cmdlets that give administrators a quick and easy way to manage App-V. The following sections will tell you more about how to use Windows PowerShell with App-V.
## How to administer App-V with Windows PowerShell
-Use the following Windows PowerShell procedures to perform various App-V tasks.
+The following table lists articles that will tell you more about how to use PowerShell for App-V.
|Name|Description|
|---|---|
@@ -27,22 +27,22 @@ Use the following Windows PowerShell procedures to perform various App-V tasks.
|[How to apply the user configuration file by using Windows PowerShell](appv-apply-the-user-configuration-file-with-powershell.md)|Describes how to apply a user configuration file with Windows PowerShell.|
|[How to apply the deployment configuration file by using Windows PowerShell](appv-apply-the-deployment-configuration-file-with-powershell.md)|Describes how to apply a deployment configuration file with Windows PowerShell.|
|[How to sequence a package by using Windows PowerShell](appv-sequence-a-package-with-powershell.md)|Describes how to create a new package with Windows PowerShell.|
-|[How to create a package accelerator by using Windows PowerShell](appv-create-a-package-accelerator-with-powershell.md)|Describes how to create a package accelerator with Windows PowerShell. You can use package accelerators automatically sequence large, complex applications.|
-|[How to enable reporting on the App-V client by using Windows PowerShell](appv-enable-reporting-on-the-appv-client-with-powershell.md)|Describes how to enable the computer running the App-V client to send reporting information.|
+|[How to create a package accelerator by using Windows PowerShell](appv-create-a-package-accelerator-with-powershell.md)|Describes how to create a package accelerator with Windows PowerShell. You can use package accelerators to automatically sequence large, complex applications.|
+|[How to enable reporting on the App-V client by using Windows PowerShell](appv-enable-reporting-on-the-appv-client-with-powershell.md)|Describes how to enable the computer running the App-V Client to send reporting information.|
|[How to install the App-V databases and convert the associated security identifiers by using Windows PowerShell](appv-install-the-appv-databases-and-convert-the-associated-security-identifiers-with-powershell.md)|Describes how to take an array of account names and to convert each of them to the corresponding SID in standard and hexadecimal formats.|
-|[How to configure the client to receive package and connection groups updates from the publishing server](appv-configure-the-client-to-receive-updates-from-the-publishing-server.md)|Describes how to use Windows PowerShell to configure a client after you deploy the App-V management and publishing servers, and add the required packages and connection groups.|
+|[How to configure the client to receive package and connection groups updates from the publishing server](appv-configure-the-client-to-receive-updates-from-the-publishing-server.md)|Describes how to use Windows PowerShell to configure a client after you have deployed the App-V management and publishing servers and added the required packages and connection groups.|
>[!IMPORTANT]
>Make sure that any script you execute with your App-V packages matches the execution policy that you have configured for Windows PowerShell.
## Windows PowerShell error handling
-Use the following table for information about Windows PowerShell error handling for App-V.
+The following table describes Windows PowerShell error handling for App-V.
|Event|Action|
|---|---|
|Using the **RollbackOnError** attribute with embedded scripts|When you use the **RollbackOnError** attribute with embedded scripts, the attribute is ignored for the following events:
- Removing a package
- Unpublishing a package
- Terminating a virtual environment
- Terminating a process|
-|Package name contains **$**|If a package name contains the character ( **$** ), you must use a single-quote ( **'** ), for example,
```Add-AppvClientPackage 'Contoso$App.appv'```|
+|Package name contains **$**|If a package name contains the character \$\, you must use a single-quote ( **'** ).
For example:
```Add-AppvClientPackage 'Contoso$App.appv'```|
## Have a suggestion for App-V?
diff --git a/windows/application-management/app-v/appv-administering-virtual-applications-with-the-management-console.md b/windows/application-management/app-v/appv-administering-virtual-applications-with-the-management-console.md
index 915933fa98..58e54b4527 100644
--- a/windows/application-management/app-v/appv-administering-virtual-applications-with-the-management-console.md
+++ b/windows/application-management/app-v/appv-administering-virtual-applications-with-the-management-console.md
@@ -1,6 +1,6 @@
---
-title: Administering App-V Virtual Applications by Using the Management Console (Windows 10)
-description: Administering App-V Virtual Applications by Using the Management Console
+title: Administering App-V Virtual Applications by using the Management Console (Windows 10)
+description: Administering App-V Virtual Applications by using the Management Console
author: MaggiePucciEvans
ms.pagetype: mdop, appcompat, virtualization
ms.mktglfcycl: deploy
@@ -8,23 +8,23 @@ ms.sitesec: library
ms.prod: w10
ms.date: 04/19/2017
---
-# Administering App-V Virtual Applications by Using the Management Console
+# Administering App-V Virtual Applications by using the Management Console
>Applies to: Windows 10, version 1607
-Use the Microsoft Application Virtualization (App-V) management server to manage packages, connection groups, and package access in your environment. The server publishes application icons, shortcuts, and file type associations to authorized computers that run the App-V client. One or more management servers typically share a common data store for configuration and package information.
+Use the Microsoft Application Virtualization (App-V) management server to manage packages, connection groups, and package access in your environment. The server publishes application icons, shortcuts, and file type associations to authorized computers running the App-V client. One or more management servers typically share a common data store for configuration and package information.
The management server uses Active Directory Domain Services (AD DS) groups to manage user authorization and has SQL Server installed to manage the database and data store.
Because the management servers stream applications to end users on demand, these servers are ideally suited for system configurations that have reliable, high-bandwidth LANs. The management server consists of the following components:
-- Management Server—Use the management server to manage packages and connection groups.
-- Publishing Server—Use the publishing server to deploy packages to computers that run the App-V client.
-- Management Database—Use the management database to manage the package access and to publish the server’s synchronization with the management server.
+- The **management server** manages packages and connection groups.
+- The **publishing server** deploys packages to computers running the App-V Client.
+- The **management database** manages the package access publishes the server’s synchronization with the management server.
## Management Console tasks
-The most common tasks that you can perform with the App-V Management console are:
+Here are some articles that can show you how to perform the most common tasks that the App-V Management Console is used for:
- [How to connect to the Management Console](appv-connect-to-the-management-console.md)
- [How to add or upgrade packages by using the Management Console](appv-add-or-upgrade-packages-with-the-management-console.md)
@@ -48,7 +48,7 @@ The main elements of the App-V Management Console are:
|Administrators tab|Use the **Administrators** tab to register, add, or remove administrators in your App-V environment.|
>[!IMPORTANT]
->JavaScript must be enabled on the browser that opens the Web Management Console.
+>JavaScript must be enabled on the browser you use to open the Web Management Console.
## Have a suggestion for App-V?
diff --git a/windows/application-management/app-v/appv-application-publishing-and-client-interaction.md b/windows/application-management/app-v/appv-application-publishing-and-client-interaction.md
index 9cd1577d1f..7d6b629a30 100644
--- a/windows/application-management/app-v/appv-application-publishing-and-client-interaction.md
+++ b/windows/application-management/app-v/appv-application-publishing-and-client-interaction.md
@@ -161,40 +161,6 @@ There are two package registry locations and two connection group locations wher
|Package|- Machine Registry\Client\Packages\PkgGUID\Versions\VerGuid\Registry\Machine
- User Registry Classes\Client\Packages\PkgGUID\Versions\VerGUID\Registry|
|Native|- Native application registry location|
-
Location |
-Description |
-
COW |
-
|
-
Package |
-
|
-
Native |
-
|
-
Location |
-Description |
-
COW |
-
|
-
Package |
-
|
-
Native |
-
|
-
Policy | -Description | -
---|---|
AllowHighCostLaunch |
-Allows streaming over 3G and cellular networks |
-
AutoLoad |
-Specifies the Background Load setting: -0 - Disabled -1 – Previously Used Packages only -2 – All Packages |
-
PackageInstallationRoot |
-The root folder for the package store in the local machine |
-
PackageSourceRoot |
-The root override where packages should be streamed from |
-
SharedContentStoreMode |
-Enables the use of Shared Content Store for VDI scenarios |
-