mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Finished cleanup
This commit is contained in:
parent
596329a76b
commit
1e12726a50
@ -12,10 +12,7 @@ ms.date: 06/12/2018
|
||||
|
||||
>Applies to: Windows 10, version 1607
|
||||
|
||||
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:
|
||||
|
||||
* C:\\Packages\\Contoso\\MyApp.appv
|
||||
* C:\\Packages\\Contoso\\DynamicConfigurations\\deploymentconfig.xml
|
||||
When you add or set a package to a computer running the App-V client before it's been published, a dynamic deployment configuration file is applied to it. The dynamic deployment configuration file configures the default settings for 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.
|
||||
|
||||
## Apply the deployment configuration file with Windows PowerShell
|
||||
|
||||
@ -34,7 +31,7 @@ Add-AppVClientPackage -Path C:\Packages\Contoso\MyApp.appv -DynamicDeploymentCon
|
||||
```
|
||||
|
||||
>[!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:
|
||||
>This command captures the resulting object into $pkg. If the package is already present on the computer, you can use the **Set-AppVclientPackage** cmdlet to apply the deployment configuration document:
|
||||
|
||||
```PowerShell
|
||||
Set-AppVClientPackage -Name Myapp -Path C:\Packages\Contoso\MyApp.appv -DynamicDeploymentConfiguration C:\Packages\Contoso\DynamicConfigurations\deploymentconfig.xml
|
||||
|
@ -12,18 +12,18 @@ ms.date: 06/12/2018
|
||||
|
||||
>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.
|
||||
When you publish a package to a specific user, you'll also need to specify a dynamic user configuration file to tell that package how to run.
|
||||
|
||||
## Apply a user configuration file
|
||||
|
||||
You can follow these steps to specify a user-specific configuration file:
|
||||
Here's how to specify a user-specific configuration file:
|
||||
|
||||
>[!NOTE]
|
||||
>The following procedure uses the following example file path for its package:
|
||||
>The following example cmdlets use this 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 as needed.
|
||||
>If your package file uses a different file path than the example, feel free to replace it as needed.
|
||||
|
||||
1. Enter the following cmdlet in Windows PowerShell to add the package to the computer:
|
||||
|
||||
|
@ -6,11 +6,11 @@ ms.pagetype: mdop, appcompat, virtualization
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.prod: w10
|
||||
ms.date: 04/19/2017
|
||||
ms.date: 06/12/2018
|
||||
---
|
||||
# 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 with the following 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|
|
||||
|---|---|---|---|---|
|
||||
|
Loading…
x
Reference in New Issue
Block a user