< Back

Add-AppvClientConnectionGroup

Tue Jan 29, 2019 9:24 pm

NAME Add-AppvClientConnectionGroup



SYNOPSIS

Creates a composition of multiple packages.





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.





PARAMETERS

-Path <String>

Specifies the App-V connection group definition file.



Required? true

Position? 1

Default value none

Accept pipeline input? true(ByValue,ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS

Microsoft.AppvAgent.AppvClientConnectionGroup







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.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=827699

Disable-AppvClientConnectionGroup

Enable-AppvClientConnectionGroup

Get-AppvClientConnectionGroup

Mount-AppvClientConnectionGroup

Remove-AppvClientConnectionGroup

Repair-AppvClientConnectionGroup

Stop-AppvClientConnectionGroup