Add-AppvClientConnectionGroup

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

Get-Command Add-AppvClientConnectionGroup powershell appvclient command cmdlet script

You can also read about

  • Disable-AppvClientConnectionGroup
  • Enable-AppvClientConnectionGroup
  • Get-AppvClientConnectionGroup
  • Mount-AppvClientConnectionGroup
  • Remove-AppvClientConnectionGroup
  • Repair-AppvClientConnectionGroup
  • Stop-AppvClientConnectionGroup

To know more PowerShell cmdlets(Commands) on AppVClient click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *