fix build suggestions

This commit is contained in:
Aaron Czechowski
2022-03-15 15:40:18 -07:00
parent cc4302e6a2
commit c6cbce3df7
9 changed files with 62 additions and 65 deletions

View File

@ -1,6 +1,6 @@
---
title: How to Add or Upgrade Packages by Using the Management Console (Windows 10/11)
description: Add or remove an administrator on the Microsoft Application Virtualization (App-V) server by using the Management Console.
description: Add or upgrade packages on the Microsoft Application Virtualization (App-V) server by using the Management Console.
author: aczechowski
ms.pagetype: mdop, appcompat, virtualization
ms.mktglfcycl: deploy

View File

@ -22,9 +22,9 @@ You can also configure a connection group to accept any version of a package, so
- If the connection group has access to multiple versions of a package, App-V will use the latest version.
- If the connection group contains an optional package with an incorrect version, App-V ignores the package and wont block the connection groups virtual environment from being created.
- If the connection group contains an optional package with an incorrect version, App-V ignores the package and won't block the connection group's virtual environment from being created.
- If the connection group contains a non-optional package that has an incorrect version, App-V won't be able to create the connection groups virtual environment.
- If the connection group contains a non-optional package that has an incorrect version, App-V won't be able to create the connection group's virtual environment.
## Make a connection group ignore the package version with the App-V Server Management Console
@ -50,13 +50,13 @@ For more about adding or upgrading packages, see [How to add or upgrade packages
Add-AppvClientConnectionGroup
```
For more information about how to use the **Add-AppvClientConnectionGroup** cmdlet, see [**Add-AppvClientConnectionGroup**](/powershell/module/appvclient/add-appvclientconnectiongroup?view=win10-ps).
For more information about how to use the **Add-AppvClientConnectionGroup** cmdlet, see [**Add-AppvClientConnectionGroup**](/powershell/module/appvclient/add-appvclientconnectiongroup).
4. When you upgrade a package, use the following cmdlets to remove the old package, add the upgraded package, and publish the upgraded package:
- [**Remove-AppvClientPackage**](/powershell/module/appvclient/remove-appvclientpackage?view=win10-ps)
- [**Add-AppvClientPackage**](/powershell/module/appvclient/add-appvclientpackage?view=win10-ps)
- [**Publish-AppvClientPackage**](/powershell/module/appvclient/publish-appvclientpackage?view=win10-ps)
- [**Remove-AppvClientPackage**](/powershell/module/appvclient/remove-appvclientpackage)
- [**Add-AppvClientPackage**](/powershell/module/appvclient/add-appvclientpackage)
- [**Publish-AppvClientPackage**](/powershell/module/appvclient/publish-appvclientpackage)
For more information, see [How to manage App-V packages running on a stand-alone computer by using Windows PowerShell](appv-manage-appv-packages-running-on-a-stand-alone-computer-with-powershell.md).