Add-AppvClientConnectionGroup is accessible with the help of AppVClient module. To configure AppVClient, go through this link.
Synopsis
Creates a composition of multiple packages.
Description
The Add-AppvClientConnectionGroup cmdlet creates an 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.
Parameters
-Path
Specifies the App-V connection group definition file.
Type: | String |
Aliases: | PSPath |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True (ByPropertyName, ByValue) |
Accept wildcard characters: | False |
Syntax
Add-AppvClientConnectionGroup [-Path] <String> [<CommonParameters>]
——————–Example 1——————–
Add a connection group
PS C:\> Add-AppvClientConnectionGroup -Path “C:\AppV\MyGroup.xml”
This command adds the connection group file to the computer from the path provided.
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Add-AppvClientConnectionGroup
You can also read about
- Disable-AppvClientConnectionGroup
- Enable-AppvClientConnectionGroup
- Get-AppvClientConnectionGroup
- Mount-AppvClientConnectionGroup
- Remove-AppvClientConnectionGroup
- Repair-AppvClientConnectionGroup
- Stop-AppvClientConnectionGroup