共用方式為


Get-SCManagementGroupConnection

取得 System Center Operations Manager 管理群組的現有連接。

語法

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

Description

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:使用標識碼取得管理群組連線的狀態

PS C:\>Get-SCManagementGroupConnection -Id 5a055755-71c4-962f-e4b7-b3dc0c4fdf2b

使用其標識碼取得特定探索。針對一個以上的識別碼,您可以使用逗號分隔專案。

參數

-ComputerName

類型:String[]
Position:1
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Id

類型:Guid[]
Position:1
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-ManagementGroupName

類型:String[]
Position:1
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False