Add-Appv
Client
Connection
Group
Syntax
Add-AppvClientConnectionGroup
[-Path] <String>
[<CommonParameters>]
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.
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.
Required Parameters
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 |
Outputs
Microsoft.AppvAgent.AppvClientConnectionGroup