first test migration build of MDOP

This commit is contained in:
Brian Lich
2016-04-06 16:10:59 -07:00
parent 625389552a
commit 11674e7a1b
1517 changed files with 149817 additions and 2 deletions

View File

@ -0,0 +1,39 @@
---
title: How to Modify Client Configuration by Using PowerShell
description: How to Modify Client Configuration by Using PowerShell
ms.assetid: 53ccb2cf-ef81-4310-a853-efcb395f006e
author: MaggiePucciEvans
---
# 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. For more information about installing PowerShell, and a list of cmdlets see, [How to install PowerShell](be9fd867-8e37-467a-8a95-b421a1a49f39).
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-AppcClientConfiguration $config`
`Set-AppcClientConfiguration Name1 MyConfig Name2 “xyz”`
**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)