windows-itpro-docs/windows/application-management/app-v/appv-modify-client-configuration-with-powershell.md
2022-03-15 15:12:47 -07:00

1.5 KiB
Raw Blame History

title, description, author, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod, ms.date, ms.reviewer, manager, ms.author
title description author ms.pagetype ms.mktglfcycl ms.sitesec ms.prod ms.date ms.reviewer manager ms.author
How to Modify Client Configuration by Using Windows PowerShell (Windows 10/11) Learn how to modify the Application Virtualization (App-V) client configuration by using Windows PowerShell. aczechowski mdop, appcompat, virtualization deploy library w10 04/19/2017 dougeby aaroncz

How to Modify Client Configuration by Using Windows PowerShell

[!INCLUDE Applies to Windows client versions]

Use the following procedure to configure the App-V client configuration.

  1. To configure the client settings using Windows PowerShell, use the Set-AppVClientConfiguration cmdlet. For more information about installing Windows PowerShell, and a list of cmdlets see, How to Load the Windows PowerShell Cmdlets for App-V and Get Cmdlet Help.

  2. To modify the client configuration, open a Windows PowerShell Command prompt and run Set-AppVClientConfiguration with any required parameters. For example:

    $config = Get-AppVClientConfiguration

    Set-AppVClientConfiguration $config

    Set-AppVClientConfiguration Name1 MyConfig Name2 "xyz"


For App-V issues, use the App-V TechNet Forum.

Operations for App-V