< Back
Get-AppvClientConnectionGroup
Post
NAME Get-AppvClientConnectionGroup
SYNOPSIS
Returns an App-V connection group object.
SYNTAX
Get-AppvClientConnectionGroup [[-Name] <String>] [-All] [<CommonParameters>]
Get-AppvClientConnectionGroup [-GroupId] <Guid> [[-VersionId] <Guid>] [-All] [<CommonParameters>]
DESCRIPTION
The Get-AppvClientConnectionGroup cmdlet returns a specific Microsoft Application Virtualization (App-V) connection group object.
PARAMETERS
-All [<SwitchParameter>]
Indicates that the cmdlet returns all connection groups that have been added to the computer, not just those that are enabled to the current
user.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-GroupId <Guid>
Specifies the GUID of specific connection group.
Required? true
Position? 1
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-Name [<String>]
Specifies the name of the App-V Connection Group.
Required? false
Position? 1
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-VersionId [<Guid>]
Specifies a GUID that differentiates a package version from other versions, whether older, newer, or of a different lineage. If you do not
specify this parameter, the cmdlet operates on all versions of the package.
Required? false
Position? 2
Default value none
Accept pipeline input? false
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.AppV.AppvClientPowerShell.AppvClientConnectionGroup
NOTES
The cmdlet returns an error if the name of the specified App-V connection group cannot be found on the target computer.
Example 1: Get all versions of a group by name
PS C:\\> Get-AppvClientConnectionGroup -Name "MyConnectionGroup"
This command gets all versions of the enabled connection groups named MyConnectionGroup.
Example 2: Get a connection group by using its ID
PS C:\\> Get-AppvClientConnectionGroup -GroupID 793afd37-bd68-4ea1-859a-669f6afd0aa8
This command gets the enabled connection group that has the group ID of 793afd37-bd68-4ea1-859a-669f6afd0aa8.
Example 3: Get all connection groups
PS C:\\> Get-AppvClientConnectionGroup -All
This command gets all of the connection groups on the computer.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=827708
Add-AppvClientConnectionGroup
Disable-AppvClientConnectionGroup
Enable-AppvClientConnectionGroup
Mount-AppvClientConnectionGroup
Remove-AppvClientConnectionGroup
Repair-AppvClientConnectionGroup
Stop-AppvClientConnectionGroup
SYNOPSIS
Returns an App-V connection group object.
SYNTAX
Get-AppvClientConnectionGroup [[-Name] <String>] [-All] [<CommonParameters>]
Get-AppvClientConnectionGroup [-GroupId] <Guid> [[-VersionId] <Guid>] [-All] [<CommonParameters>]
DESCRIPTION
The Get-AppvClientConnectionGroup cmdlet returns a specific Microsoft Application Virtualization (App-V) connection group object.
PARAMETERS
-All [<SwitchParameter>]
Indicates that the cmdlet returns all connection groups that have been added to the computer, not just those that are enabled to the current
user.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-GroupId <Guid>
Specifies the GUID of specific connection group.
Required? true
Position? 1
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-Name [<String>]
Specifies the name of the App-V Connection Group.
Required? false
Position? 1
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-VersionId [<Guid>]
Specifies a GUID that differentiates a package version from other versions, whether older, newer, or of a different lineage. If you do not
specify this parameter, the cmdlet operates on all versions of the package.
Required? false
Position? 2
Default value none
Accept pipeline input? false
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.AppV.AppvClientPowerShell.AppvClientConnectionGroup
NOTES
The cmdlet returns an error if the name of the specified App-V connection group cannot be found on the target computer.
Example 1: Get all versions of a group by name
PS C:\\> Get-AppvClientConnectionGroup -Name "MyConnectionGroup"
This command gets all versions of the enabled connection groups named MyConnectionGroup.
Example 2: Get a connection group by using its ID
PS C:\\> Get-AppvClientConnectionGroup -GroupID 793afd37-bd68-4ea1-859a-669f6afd0aa8
This command gets the enabled connection group that has the group ID of 793afd37-bd68-4ea1-859a-669f6afd0aa8.
Example 3: Get all connection groups
PS C:\\> Get-AppvClientConnectionGroup -All
This command gets all of the connection groups on the computer.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=827708
Add-AppvClientConnectionGroup
Disable-AppvClientConnectionGroup
Enable-AppvClientConnectionGroup
Mount-AppvClientConnectionGroup
Remove-AppvClientConnectionGroup
Repair-AppvClientConnectionGroup
Stop-AppvClientConnectionGroup