Get-CMOutOfBandServicePoint

Get-CMOutOfBandServicePoint

Gets an out-of-band service point.

構文

Parameter Set: SearchByName
Get-CMOutOfBandServicePoint [-SiteCode <String> ] [-SiteSystemServerName <String> ] [ <CommonParameters>]

詳細説明

The Get-CMOutOfBandServicePoint cmdlet gets an out-of-band service point. An out-of-band service point is a site system role that provisions and configures Intel Active Management Technology (AMT)-based computers for Microsoft System Center 2012 Configuration Manager.

パラメーター

-SiteCode<String>

Specifies the site code of the Configuration Manager site that hosts the site system role.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteSystemServerName<String>

Specifies a fully qualified domain name (FQDN) of the server that hosts the site system role.

エイリアス

なし

必須?

false

位置は?

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 service point

This command get an out-of-band service point that is associated with the site system named CMCEN-DIST02.TSQA.CORP.CONTOSCO.COM and the site code CM1. The command directs the output to the text file Get-CMOutOfBandServicePoint_data.txt.

PS C:\> Get-CMOutOfBandServicePoint -SiteSystemServerName "cmcen-dist02.tsqa.corp.contoso.com" -SiteCode "CM1" >>\Results\Get-CMOutOfBandServicePoint_data.txt"

関連トピック

Set-CMOutOfBandServicePoint

Add-CMOutOfBandServicePoint

Remove-CMOutOfBandServicePoint