Get-SCSMManagementGroupConnection

获取所有管理组连接。

语法

Get-SCSMManagementGroupConnection []
Get-SCSMManagementGroupConnection
   [-ComputerName] <String[]>
   [<CommonParameters>]
Get-SCSMManagementGroupConnection
   [-Id] <Guid[]>
   [<CommonParameters>]
Get-SCSMManagementGroupConnection
   [-ManagementGroupName] <String[]>
   [<CommonParameters>]

说明

Get-SCSMManagementGroupConnection cmdlet 检索所有管理组连接,包括这些连接的 IsActive 状态。 只有一个连接将 IsActive 状态设置为 True,因为随时只能有一个连接处于活动状态。

示例

示例 1:获取所有可用的管理组连接

PS C:\>Get-SCSMManagementGroupConnection


ManagementServerName    ManagementGroupName                 Domain          UserName             IsActive
--------------------    -------------------                 ------          --------             --------
localhost               MyManagementGroup                                                        True

此命令检索所有可用的管理组连接。

参数

-ComputerName

指定要与之建立连接的计算机。 计算机必须运行 System Center Data Access 服务。 默认值为当前管理组连接的计算机。

有效格式包括 NetBIOS 名称、IP 地址或完全限定的域名(FQDN)。 若要指定本地计算机,请键入计算机名称“localhost”或点(.)。

类型:System.String[]
Position:1
默认值:Localhost
必需:True
接受管道输入:False
接受通配符:False

-Id

指定要为其检索连接的管理组的 ID。

类型:System.Guid[]
Position:1
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-ManagementGroupName

指定要为其检索连接的管理组的名称。

类型:System.String[]
Position:1
默认值:None
必需:True
接受管道输入:False
接受通配符:False

输入

System.String

可以通过管道将计算机名称传递给 Get-SCSMManagementGroupConnection cmdlet 的 ComputerName 参数。

输出

SessionObject

此 cmdlet 生成 SessionObject 对象。