How to modify client configuration by using Windows PowerShell
Applies to:
- Windows 10
- Windows 11
Use the following procedure to configure the App-V client configuration.
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.
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"