Get-CMOutOfBandManagementComponent

Get-CMOutOfBandManagementComponent

Gets an out of band management component.

構文

Parameter Set: SearchByNameMandatory
Get-CMOutOfBandManagementComponent -SiteSystemServerName <String[]> [ <CommonParameters>]

Parameter Set: SearchBySiteCodeMandatory
Get-CMOutOfBandManagementComponent -SiteCode <String> [-SiteSystemServerName <String[]> ] [ <CommonParameters>]

詳細説明

The Get-CMOutOfBandManagementComponent cmdlet gets the site system computer that has the out of band management role. The out of band management role manages computers that have the Intel vPro chip set and a version of Intel Active Management Technology (Intel AMT) that System Center 2012 Configuration Manager supports. Out of band management lets you connect to a computer AMT management controller when the computer is turned off, in hibernation, or otherwise unresponsive through the operating system.

パラメーター

-SiteCode<String>

Specifies assigned site of a client by using a code.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-SiteSystemServerName<String[]>

Specifies an array of site system server names.

エイリアス

Name

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Get an out of band management component by using a site code

This command gets the out of band management component from the client site that has code CM4.

PS C:\> Get-CMOutOfBandManagementComponent -SiteCode "CM4"

Example 2: Get an out of band management component by using a site server name

This command gets the out of band management component from the site server named condev-test04.tsqa.corp.contoso.com in the client site.

PS C:\> Get-CMOutOfBandManagementComponent -SiteSystemServerName "condev-test04.tsqa.corp.contoso.com"

関連トピック

Set-CMOutOfBandManagementComponent