Get-CMEnrollmentPoint

Get-CMEnrollmentPoint

Gets an enrollment point.

構文

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

詳細説明

The Get-CMEnrollmentPoint cmdlet gets an enrollment point in Microsoft System Center 2012 Configuration Manager. An enrollment point is a site system role that uses public key infrastructure (PKI) certificates to complete mobile device enrollment and to provision Intel AMT-based computers.

パラメーター

-SiteCode<String>

Specifies a site code.

エイリアス

なし

必須?

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

This command gets an enrollment point.

PS C:\> Get-CMEnrollmentPoint -SiteSystemServerName "SiteServer01.Contoso.com" -SiteCode "CM1" 

関連トピック

Add-CMEnrollmentPoint

Remove-CMEnrollmentPoint

Set-CMEnrollmentPoint