mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 10:23:37 +00:00
fix build suggestions
This commit is contained in:
@ -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
|
||||
|
@ -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 won’t block the connection group’s 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 group’s 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).
|
||||
|
||||
|
Reference in New Issue
Block a user