Get-SCRelationshipInstance
System Center Operations Manager のクラス リレーションシップのインスタンスを取得します。
構文
Get-SCRelationshipInstance
[-SCSession <Connection[]>]
[-ComputerName <String[]>]
[-Credential <PSCredential>]
[<CommonParameters>]
Get-SCRelationshipInstance
[-Id] <Guid[]>
[-SCSession <Connection[]>]
[-ComputerName <String[]>]
[-Credential <PSCredential>]
[<CommonParameters>]
Get-SCRelationshipInstance
[[-SourceInstance] <EnterpriseManagementObject[]>]
[[-TargetInstance] <EnterpriseManagementObject[]>]
[-SCSession <Connection[]>]
[-ComputerName <String[]>]
[-Credential <PSCredential>]
[<CommonParameters>]
説明
Get-SCRelationshipInstance コマンドレットは、System Center Operations Manager のクラスリレーションシップのインスタンスを取得します。 このコマンドは、Get-SCOMRelationshipInstance
で実行することもできます。
既定では、このコマンドレットは、管理グループへのアクティブな永続的な接続を使用します。 SCSession パラメーターを使用して、別の永続的な接続を指定します。 ComputerName パラメーターと Credential パラメーターを使用して、管理グループへの一時的な接続を作成できます。 詳細については、「Get-Help about_OpsMgr_Connections
」と入力します。
例
1: その ID を使用してリレーションシップ インスタンスを取得する
PS C:\>Get-SCRelationshipInstance -Id "C434222E-CFED-F457-4E88-C55C0430B69A"
ID を使用して特定のリレーションシップ インスタンスを取得します。
2: Notifications リソース プールを使用してリレーションシップ インスタンスを取得する
PS C:\> $NotificationsResourcePool = Get-SCOMClassInstance -DisplayName "Notifications Resource Pool"
PS C:\> $NotificationsSubscriptionServer = Get-SCOMClassInstance -DisplayName "Alert Notification Subscription Server"
PS C:\> Get-SCRelationshipInstance -SourceInstance $NotificationsResourcePool -TargetInstance $NotificationsSubscriptionServer
ソース インスタンスとターゲット インスタンスを使用してリレーションシップ インスタンスを取得します。
パラメーター
-ComputerName
型: | String[] |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Credential
型: | PSCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Id
型: | Guid[] |
配置: | 1 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-SCSession
型: | Connection[] |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-SourceInstance
型: | EnterpriseManagementObject[] |
配置: | 1 |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-TargetInstance
型: | EnterpriseManagementObject[] |
配置: | 2 |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |