windows-itpro-docs/mdop/appv-v5/how-to-create-a-connection-group-with-user-published-and-globally-published-packages.md
Daniel Simpson e7aaf2eb77
Merge pull request #4204 from nschonni/typo-issu
typo: issu**e? -> issue?**
2019-06-24 11:10:40 -07:00

3.9 KiB
Raw Blame History

title, description, author, ms.assetid, ms.reviewer, manager, ms.author, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod, ms.date
title description author ms.assetid ms.reviewer manager ms.author ms.pagetype ms.mktglfcycl ms.sitesec ms.prod ms.date
How to Create a Connection Group with User-Published and Globally Published Packages How to Create a Connection Group with User-Published and Globally Published Packages dansimp 82f7ea7f-7b14-4506-8940-fdcd6c3e117f dansimp dansimp mdop, appcompat, virtualization deploy library w10 11/01/2016

How to Create a Connection Group with User-Published and Globally Published Packages

You can create user-entitled connection groups that contain both user-published and globally published packages, using either of the following methods:

What to know before you start:

Unsupported scenarios and potential issues Result

You cannot include user-published packages in globally entitled connection groups.

The connection group will fail.

If you publish a package globally and then create a user-published connection group in which youve made that package non-optional, you can still run Unpublish-AppvClientPackage <package> -global to unpublish the package, even when that package is being used in another connection group.

If any other connection groups are using that package, the package will fail in those connection groups.

To avoid inadvertently unpublishing a non-optional package that is being used in another connection group, we recommend that you track the connection groups in which youve used a non-optional package.

  How to use PowerShell cmdlets to create user-entitled connection groups

  1. Add and publish packages by using the following commands:

    Add-AppvClientPackage Package1_AppV_file_Path

    Add-AppvClientPackage Package2_AppV_file_Path

    Publish-AppvClientPackage -PackageId Package1_ID -VersionId Package1_Version ID -Global

    Publish-AppvClientPackage -PackageId Package2_ID -VersionId Package2_ID

  2. Create the connection group XML file. For more information, see About the Connection Group File.

  3. Add and publish the connection group by using the following commands:

    Add-AppvClientConnectionGroup Connection_Group_XML_file_Path

    Enable-AppvClientConnectionGroup  -GroupId CG_Group_ID -VersionId CG_Version_ID

How to use the App-V Server to create user-entitled connection groups

  1. Open the App-V 5.0 Management Console.

  2. Follow the instructions in How to Publish a Package by Using the Management Console to publish packages globally and to the user.

  3. Follow the instructions in How to Create a Connection Group to create the connection group, and add the user-published and globally published packages.

    Got a suggestion for App-V? Add or vote on suggestions here. Got an App-V issue? Use the App-V TechNet Forum.

Managing Connection Groups

How to Use Optional Packages in Connection Groups