windows-itpro-docs/mdop/appv-v5/how-to-modify-client-configuration-by-using-powershell.md
2018-10-09 16:22:56 -07:00

46 lines
1.3 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: How to Modify Client Configuration by Using PowerShell
description: How to Modify Client Configuration by Using PowerShell
author: jamiejdt
ms.assetid: 53ccb2cf-ef81-4310-a853-efcb395f006e
ms.pagetype: mdop, appcompat, virtualization
ms.mktglfcycl: deploy
ms.sitesec: library
ms.prod: w10
ms.date: 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**
1. To configure the client settings using PowerShell, use the **Set-AppvClientConfiguration** cmdlet.
2. 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](http://appv.uservoice.com/forums/280448-microsoft-application-virtualization). **Got an App-V issu**e? Use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/home?forum=mdopappv).
## Related topics
[Operations for App-V 5.0](operations-for-app-v-50.md)