mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
1.4 KiB
1.4 KiB
title, description, author, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod
title | description | author | ms.pagetype | ms.mktglfcycl | ms.sitesec | ms.prod |
---|---|---|---|---|---|---|
How to Modify Client Configuration by Using Windows PowerShell (Windows 10) | How to Modify Client Configuration by Using Windows PowerShell | MaggiePucciEvans | mdop, appcompat, virtualization | deploy | library | w10 |
How to Modify Client Configuration by Using Windows PowerShell
Applies to: Windows 10, version 1607
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-AppcClientConfiguration $config
Set-AppcClientConfiguration –Name1 MyConfig –Name2 “xyz”
Have a suggestion for App-V**?
Add or vote on suggestions here. For App-V issues, use the App-V TechNet Forum.