windows-itpro-docs/mdop/appv-v5/how-to-apply-the-deployment-configuration-file-by-using-powershell.md
2019-06-22 03:03:43 -04:00

2.2 KiB
Raw Blame History

title, description, author, ms.assetid, ms.reviewer, manager, ms.author, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod, ms.date
title description author ms.assetid ms.reviewer manager ms.author ms.pagetype ms.mktglfcycl ms.sitesec ms.prod ms.date
How to Apply the Deployment Configuration File by Using PowerShell How to Apply the Deployment Configuration File by Using PowerShell dansimp 5df5d5bc-6c72-4087-8b93-d6d4b502a1f4 dansimp dansimp mdop, appcompat, virtualization deploy library w10 06/16/2016

How to Apply the Deployment Configuration File by Using PowerShell

The dynamic deployment configuration file is applied when a package is added or set to a computer running the App-V 5.0 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 5.0 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:

c:\Packages\Contoso\MyApp.appv

c:\Packages\Contoso\DynamicConfigurations\deploymentconfig.xml

To Apply the Deployment Configuration File Using PowerShell

  • To specify a new default set of configurations for all users who will run the package on a specific computer, using a PowerShell console type the following:

    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

**Got a suggestion for App-V**? Add or vote on suggestions [here](http://appv.uservoice.com/forums/280448-microsoft-application-virtualization). **Got an App-V issue?** Use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/home?forum=mdopappv).

Operations for App-V 5.0