Add-AppvClientConnectionGroup
Creates a composition of multiple packages.
Syntax
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.
Type: | String |
Aliases: | PSPath |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Outputs
Microsoft.AppvAgent.AppvClientConnectionGroup