mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
1.3 KiB
1.3 KiB
title, description, author, ms.assetid, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod, ms.date
title | description | author | ms.assetid | ms.pagetype | ms.mktglfcycl | ms.sitesec | ms.prod | ms.date |
---|---|---|---|---|---|---|---|---|
How to Modify Client Configuration by Using PowerShell | How to Modify Client Configuration by Using PowerShell | jamiejdt | 53ccb2cf-ef81-4310-a853-efcb395f006e | mdop, appcompat, virtualization | deploy | library | w10 | 06/16/2016 |
How to Modify Client Configuration by Using PowerShell
Use the following procedure to configure the App-V 5.0 client configuration.
To modify App-V 5.0 client configuration using PowerShell
-
To configure the client settings using PowerShell, use the Set-AppvClientConfiguration cmdlet.
-
To modify the client configuration, open a PowerShell Command prompt and run the following cmdlet Set-AppvClientConfiguration with any required parameters. For example:
$config = Get-AppvClientConfiguration
Set-AppvClientConfiguration $config
Set-AppvClientConfiguration –AutoLoad 2
Got a suggestion for App-V? Add or vote on suggestions here. Got an App-V issue? Use the App-V TechNet Forum.
Related topics