Get-SCManagementGroupConnection
获取与 System Center Operations Manager 管理组的现有连接。
语法
Get-SCManagementGroupConnection []
Get-SCManagementGroupConnection
[-ComputerName] <String[]>
[<CommonParameters>]
Get-SCManagementGroupConnection
[-Id] <Guid[]>
[<CommonParameters>]
Get-SCManagementGroupConnection
[-ManagementGroupName] <String[]>
[<CommonParameters>]
说明
Get-SCManagementGroupConnection cmdlet 获取与 System Center Operations Manager 管理组的现有连接。 也可以使用 Get-SCOMManagementGroupConnection
执行此命令。
示例
1:获取特定服务器上的管理组连接的状态
PS C:\>Get-SCManagementGroupConnection -ComputerName "Server1.contoso.com"
获取特定管理服务器上的管理组连接。
2:使用名称获取管理组连接的状态
PS C:\>Get-SCManagementGroupConnection -ManagementGroupName "SCOM_MG_Name"
使用管理组名称获取管理组连接。
3:使用 ID 获取管理组连接的状态
PS C:\>Get-SCManagementGroupConnection -Id 5a055755-71c4-962f-e4b7-b3dc0c4fdf2b
使用其 ID 获取特定发现。对于多个 ID,可以使用逗号分隔项。
参数
-ComputerName
类型: | String[] |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Id
类型: | Guid[] |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ManagementGroupName
类型: | String[] |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |