Get-AppvServerConnectionGroup

Returns connection groups.

Syntax

Get-AppvServerConnectionGroup
   [[-Name] <String>]
   [[-Version] <Int32>]
   [<CommonParameters>]
Get-AppvServerConnectionGroup
   [-GroupID] <Guid>
   [[-VersionID] <Guid>]
   [<CommonParameters>]

Description

The Get-AppvServerConnectionGroup cmdlet returns a list of specified connection group objects.

Examples

1:

Parameters

-GroupID

Specifies the GUID of specific package group.

Type:Guid
Position:1
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Name

Specifies the name of the package group.

Type:String
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Version

Specifies the version of the specified package group.

Type:Int32
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-VersionID

Specifies the version GUID of the package group.

Type:Guid
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Outputs

AppvServer.AppvServerConnectionGroup

Notes

  • If the cmdlet cannot find the specified package groups, it returns the following error: The following package group(s) could not be found on the system. It lists the packages. The cmdlet fails the operation.
  • If you do not specify version information, the cmdlet returns all existing versions of the package group.
  • If you do not specify any parameters, the cmdlet returns a list of all the package groups and subsequent versions on the computer.