Edit

Share via


Add-AppvClientConnectionGroup

Creates a composition of multiple packages.

Syntax

Default (Default)

Add-AppvClientConnectionGroup
    [-Path] <String>
    [<CommonParameters>]

Description

The Add-AppvClientConnectionGroup cmdlet creates a Microsoft Application Virtualization (App-V) connection group. In order for the group to be applied, all packages in the group must be added to the target computer, and must not be running.

This cmdlet can also be used to update an already existing connection group definition.

Examples

Example 1: Add a connection group

PS C:\> Add-AppvClientConnectionGroup -Path "C:\MyApps\MyGroup.xml"

This command adds the connection group file to the computer from the path provided.

Parameters

-Path

Specifies the App-V connection group definition file.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:PSPath

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

Microsoft.AppvAgent.AppvClientConnectionGroup