diff --git a/windows/application-management/app-v/appv-apply-the-deployment-configuration-file-with-powershell.md b/windows/application-management/app-v/appv-apply-the-deployment-configuration-file-with-powershell.md
index ce1b3601b9..42754ef837 100644
--- a/windows/application-management/app-v/appv-apply-the-deployment-configuration-file-with-powershell.md
+++ b/windows/application-management/app-v/appv-apply-the-deployment-configuration-file-with-powershell.md
@@ -1,6 +1,6 @@
---
-title: How to Apply the Deployment Configuration File by Using Windows PowerShell (Windows 10)
-description: How to Apply the Deployment Configuration File by Using Windows PowerShell
+title: How to apply the deployment configuration file by using Windows PowerShell (Windows 10)
+description: How to apply the deployment configuration file by using Windows PowerShell for Windows 10.
author: MaggiePucciEvans
ms.pagetype: mdop, appcompat, virtualization
ms.mktglfcycl: deploy
@@ -8,35 +8,42 @@ ms.sitesec: library
ms.prod: w10
ms.date: 04/19/2017
---
+# How to apply the deployment configuration file by using Windows PowerShell
+>Applies to: Windows 10, version 1607
-# How to Apply the Deployment Configuration File by Using Windows PowerShell
+The dynamic deployment configuration file is applied when a package is added or set to a computer running the App-V client before the package has been published. The file configures the default settings of the package that all users share on the computer running the App-V client. This section will tell you how to use a deployment configuration file. The procedure is based on the following example and assumes the following package and configuration files exist on a computer:
-**Applies to**
-- Windows 10, version 1607
+* C:\\Packages\\Contoso\\MyApp.appv
+* C:\\Packages\\Contoso\\DynamicConfigurations\\deploymentconfig.xml
-The dynamic deployment configuration file is applied when a package is added or set to a computer running the App-V client before the package has been published. The file configures the default settings for package for all users on the computer running the App-V client. This section describes the steps used to use a deployment configuration file. The procedure is based on the following example and assumes the following package and configuration files exist on a computer:
+## Apply the deployment configuration file with Windows PowerShell
-**c:\\Packages\\Contoso\\MyApp.appv**
+>[!NOTE]
+>The following procedure is an example that uses the following two file paths for the package and configuration files:
+ >
+ >* C:\\Packages\\Contoso\\MyApp.appv
+ >* C:\\Packages\\Contoso\\DynamicConfigurations\\deploymentconfig.xml
+ >
+>If your package and configuration file use different file paths than the example, feel free to replace them as needed.
-**c:\\Packages\\Contoso\\DynamicConfigurations\\deploymentconfig.xml**
+To specify a new default set of configurations for all users who will run the package on a specific computer, in a Windows PowerShell console, enter the following cmdlet:
-**To Apply the Deployment Configuration File Using Windows PowerShell**
+```PowerShell
+Add-AppVClientPackage -Path C:\Packages\Contoso\MyApp.appv -DynamicDeploymentConfiguration C:\Packages\Contoso\DynamicConfigurations\deploymentconfig.xml
+```
-- To specify a new default set of configurations for all users who will run the package on a specific computer, in a Windows PowerShell console, type the following:
+>[!NOTE]
+>This command captures the resulting object into $pkg. If the package is already present on the computer, the **Set-AppVclientPackage** cmdlet can be used to apply the deployment configuration document:
+ >
+ ```PowerShell
+ Set-AppVClientPackage -Name Myapp -Path C:\Packages\Contoso\MyApp.appv -DynamicDeploymentConfiguration C:\Packages\Contoso\DynamicConfigurations\deploymentconfig.xml
+ ```
- `Add-AppVClientPackage -Path c:\Packages\Contoso\MyApp.appv -DynamicDeploymentConfiguration c:\Packages\Contoso\DynamicConfigurations\deploymentconfig.xml`
-
- **Note**
- This command captures the resulting object into $pkg. If the package is already present on the computer, the **Set-AppVclientPackage** cmdlet can be used to apply the deployment configuration document:
-
- `Set-AppVClientPackage -Name Myapp -Path c:\Packages\Contoso\MyApp.appv -DynamicDeploymentConfiguration c:\Packages\Contoso\DynamicConfigurations\deploymentconfig.xml`
-
-
## Have a suggestion for App-V?
-Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
For App-V issues, use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-US/home?forum=mdopappv).
+Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
## Related topics
-[Operations for App-V](appv-operations.md)
+* [Operations for App-V](appv-operations.md)
diff --git a/windows/application-management/app-v/appv-apply-the-user-configuration-file-with-powershell.md b/windows/application-management/app-v/appv-apply-the-user-configuration-file-with-powershell.md
index a59c999681..2632d17e87 100644
--- a/windows/application-management/app-v/appv-apply-the-user-configuration-file-with-powershell.md
+++ b/windows/application-management/app-v/appv-apply-the-user-configuration-file-with-powershell.md
@@ -8,34 +8,42 @@ ms.sitesec: library
ms.prod: w10
ms.date: 04/19/2017
---
+# How to apply the user configuration file by using Windows PowerShell
-
-# How to Apply the User Configuration File by Using Windows PowerShell
-
-**Applies to**
-- Windows 10, version 1607
+>Applies to: Windows 10, version 1607
The dynamic user configuration file is applied when a package is published to a specific user and determines how the package will run.
Use the following procedure to specify a user-specific configuration file. The following procedure is based on the example:
-**c:\\Packages\\Contoso\\MyApp.appv**
+* C:\\Packages\\Contoso\\MyApp.appv
-**To apply a user Configuration file**
+## Apply a user configuration file
-1. To add the package to the computer using the Windows PowerShell console, type the following command:
+Use the following procedure to specify a user-specific configuration file.
- `Add-AppVClientPackage c:\Packages\Contoso\MyApp.appv`
+>[!NOTE]
+>The following procedure uses the following example file path for its package:
+ >
+ >* C:\\Packages\\Contoso\\MyApp.appv.
+ >
+>f your package file uses a different file path than the example, feel free to replace it.
-2. Use the following command to publish the package to the user and specify the updated the dynamic user configuration file:
+1. Enter the following cmdlet to add the package to the computer using the Windows PowerShell console:
- `Publish-AppVClientPackage $pkg -DynamicUserConfigurationPath c:\Packages\Contoso\config.xml`
+ ```PowerShell
+ Add-AppVClientPackage C:\Packages\Contoso\MyApp.appv
+ ```
+2. Enter the following cmdlet to publish the package to the user and specify the updated the dynamic user configuration file:
+ ```PowerShell
+ Publish-AppVClientPackage $pkg -DynamicUserConfigurationPath c:\Packages\Contoso\config.xml
+ ```
## Have a suggestion for App-V?
-Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
For App-V issues, use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-US/home?forum=mdopappv).
+Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
## Related topics
-[Operations for App-V](appv-operations.md)
+* [Operations for App-V](appv-operations.md)
diff --git a/windows/application-management/app-v/appv-auto-clean-unpublished-packages.md b/windows/application-management/app-v/appv-auto-clean-unpublished-packages.md
index 23a9fe37c6..5292d2ed73 100644
--- a/windows/application-management/app-v/appv-auto-clean-unpublished-packages.md
+++ b/windows/application-management/app-v/appv-auto-clean-unpublished-packages.md
@@ -8,70 +8,55 @@ ms.sitesec: library
ms.prod: w10
ms.date: 04/19/2017
---
+# Automatically clean up unpublished packages on the App-V client
+>Applies to: Windows 10, version 1703
-# Automatically cleanup unpublished packages on the App-V client
+Previous versions of App-V have required you to manually remove your unpublished packages from your client devices, to free up additional storage space. Windows 10, version 1703 introduces the ability to use PowerShell or Group Policy settings to automatically clean up your unpublished packages after a device restart.
-**Applies to**
-- Windows 10, version 1703
+## Clean up with PowerShell cmdlets
-Previous versions of App-V have required you to manually remove your unpublished packages from your client devices, to free up additional storage space. Windows 10, version 1703 introduces the ability to use PowerShell or Group Policy settings to automatically cleanup your unpublished packages after a device restart.
+You can enter PowerShell cmdlets to turn on the **AutoCleanupEnabled** setting, which will automatically clean up your unpublished App-V packages from your App-V client devices.
-## Cleanup by using PowerShell commands
-Using PowerShell, you can turn on the **AutoCleanupEnabled** setting to automatically cleanup your unpublished App-V packages from your App-V client devices.
+### Turn on the AutoCleanupEnabled option
-**To turn on the AutoCleanupEnabled option**
+1. Open PowerShell as an admin and enter the following cmdlet to turn on the automatic package clean up functionality:
-1. Open PowerShell as an admin and run the following command to turn on the automatic package cleanup functionality:
-
- ```ps1
+ ```PowerShell
Set-AppvClientConfiguration -AutoCleanupEnabled 1
```
- The command runs and you should see the following info on the PowerShell screen:
-
-
Name | -Value | -SetbyGroupPolicy | - -
---|---|---|
AutoCleanupEnabled | -1 | -False | -
-Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
For App-V issues, use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-US/home?forum=mdopappv).
\ No newline at end of file
+Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
\ No newline at end of file
diff --git a/windows/application-management/app-v/appv-available-mdm-settings.md b/windows/application-management/app-v/appv-available-mdm-settings.md
index 7d050134a8..7544ce59d5 100644
--- a/windows/application-management/app-v/appv-available-mdm-settings.md
+++ b/windows/application-management/app-v/appv-available-mdm-settings.md
@@ -8,9 +8,28 @@ ms.sitesec: library
ms.prod: w10
ms.date: 04/19/2017
---
-
# Available Mobile Device Management (MDM) settings for App-V
-With Windows 10, version 1703, you can configure, deploy, and manage your App-V apps by using these Mobile Device Management (MDM) settings. For the full list of available settings, see the [EnterpriseAppVManagement CSP](https://msdn.microsoft.com/en-us/windows/hardware/commercialize/customize/mdm/enterpriseappvmanagement-csp) page.
+
+With Windows 10, version 1703, you can configure, deploy, and manage your App-V apps by using these Mobile Device Management (MDM) settings. For the full list of available settings, see the [EnterpriseAppVManagement CSP](https://msdn.microsoft.com/en-us/windows/hardware/commercialize/customize/mdm/enterpriseappvmanagement-csp) page.
+
+|Policy name|Supported versions|URI full path|Data type|Values|
+|---|---|---|---|---|
+|Name|Windows 10, version 1703|./Vendor/MSFT/EnterpriseAppVManagement/AppVPackageManagement/