共用方式為


Get-SCRelationship

取得 System Center Operations Manager 中的類別關聯性。

語法

Get-SCRelationship
   [[-Source] <ManagementPackClass[]>]
   [[-Target] <ManagementPackClass[]>]
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [<CommonParameters>]
Get-SCRelationship
   [-DisplayName] <String[]>
   [[-Source] <ManagementPackClass[]>]
   [[-Target] <ManagementPackClass[]>]
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [<CommonParameters>]
Get-SCRelationship
   [-Id] <Guid[]>
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [<CommonParameters>]
Get-SCRelationship
   [-ManagementPack] <ManagementPack[]>
   [[-Source] <ManagementPackClass[]>]
   [[-Target] <ManagementPackClass[]>]
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [<CommonParameters>]
Get-SCRelationship
   [-Name] <String[]>
   [[-Source] <ManagementPackClass[]>]
   [[-Target] <ManagementPackClass[]>]
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [<CommonParameters>]

Description

Get-SCRelationship Cmdlet 會在 System Center Operations Manager 中取得類別關聯性。 此命令也可以使用 Get-SCOMRelationship來執行。

根據預設,此 Cmdlet 會使用與管理群組的作用中持續性連線。 使用 SCSession 參數來指定不同的持續性連線。 您可以使用 ComputerName 和 Credential 參數,建立與管理群組的暫時連線。 如需詳細資訊,請輸入 Get-Help about_OpsMgr_Connections

範例

1:使用對象的顯示標識碼取得對象關聯性

PS C:\>Get-SCRelationship -Id "FDD1EEB6-E022-761C-58F1-8AFD88FFAA88"

使用個別關聯性的標識碼,取得兩個 對象之間的關聯性。

2:使用其顯示名稱取得對象關聯性

PS C:\>Get-SCRelationship -Name "Microsoft.Windows.ComputerHostsOperatingSystem"

使用個別關聯性的名稱,取得兩個 對象之間的關聯性。

參數

-ComputerName

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

-Credential

類型:PSCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DisplayName

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

-Id

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

-ManagementPack

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

-Name

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

-SCSession

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

-Source

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

-Target

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