Adding and fixing content

This commit is contained in:
LizRoss 2017-02-08 13:59:10 -08:00
parent d22006d0fa
commit 0d59dc2a34
2 changed files with 26 additions and 6 deletions

View File

@ -16,15 +16,15 @@ ms.prod: w10
Use the following procedure to configure the App-V client configuration. Use the following procedure to configure the App-V client configuration.
1. 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](appv-load-the-powershell-cmdlets-and-get-cmdlet-help.md). 1. 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](appv-load-the-powershell-cmdlets-and-get-cmdlet-help.md).
2. To modify the client configuration, open a Windows PowerShell Command prompt and run **Set-AppvClientConfiguration** with any required parameters. For example: 2. To modify the client configuration, open a Windows PowerShell Command prompt and run **Set-AppVClientConfiguration** with any required parameters. For example:
`$config = Get-AppvClientConfiguration` `$config = Get-AppVClientConfiguration`
`Set-AppcClientConfiguration $config` `Set-AppVClientConfiguration $config`
`Set-AppcClientConfiguration Name1 MyConfig Name2 “xyz”` `Set-AppVClientConfiguration Name1 MyConfig Name2 “xyz”`
## Have a suggestion for App-V? ## Have a suggestion for App-V?

View File

@ -16,18 +16,36 @@ ms.prod: w10
The following are known issues and workarounds for Application Virtualization (App-V) running on Windows 10, version 1703. The following are known issues and workarounds for Application Virtualization (App-V) running on Windows 10, version 1703.
|Problem |How you see it |Workaround |
|--------|---------------|-----------|
|
Deletion of files and registry values is persisted during package updates Deletion of files and registry values is persisted during package updates
Custom shortcuts and FTA(?) are also saved after package updates Custom shortcuts and FTA(?) are also saved after package updates
Fixed Connection Group issue that affected App-V Server Fixed Connection Group issue that affected App-V Server
Reduced the number of App-V Sequencer environment checks. Narrowed down the list of required programs that should be disabled or turned off for a clean sequencing experience. Antivirus and other program warnings now are suppressed during the sequencer environment check.
Additional info (not clear on whether we need this or where it would go in the existing structure, its from the last TAP release document) Additional info (not clear on whether we need this or where it would go in the existing structure, its from the last TAP release document)
## Related resources list ## Related resources list
For information that can help with troubleshooting App-V for Windows 10, see: For information that can help with troubleshooting App-V for Windows 10, see:
- [Application Virtualization (App-V): List of Microsoft Support Knowledge Base Articles](http://social.technet.microsoft.com/wiki/contents/articles/14272.app-v-v5-x-list-of-microsoft-support-knowledge-base-articles.aspx) - [Application Virtualization (App-V): List of Microsoft Support Knowledge Base Articles](http://social.technet.microsoft.com/wiki/contents/articles/14272.app-v-v5-x-list-of-microsoft-support-knowledge-base-articles.aspx)
- [The Official Microsoft App-V Team Blog](https://blogs.technet.microsoft.com/appv/) - [The Official Microsoft App-V Team Blog](https://blogs.technet.microsoft.com/appv/)
- [Technical Reference for App-V](https://technet.microsoft.com/itpro/windows/manage/appv-technical-reference) - [Technical Reference for App-V](https://technet.microsoft.com/itpro/windows/manage/appv-technical-reference)
- [App-V TechNet Forum](https://social.technet.microsoft.com/forums/en-us/home?forum=mdopappv) - [App-V TechNet Forum](https://social.technet.microsoft.com/forums/en-us/home?forum=mdopappv)
## Have a suggestion for App-V? ## Have a suggestion for App-V?
@ -35,3 +53,5 @@ Add or vote on suggestions on the [Application Virtualization feedback site](htt
## Related topics ## Related topics
- [What's new in App-V for Windows 10](appv-about-appv.md) - [What's new in App-V for Windows 10](appv-about-appv.md)
- [Release Notes for App-V for Windows 10, version 1607](appv-release-notes-for-appv-for-windows-1703.md)