Add-CMEnrollmentPoint

Add-CMEnrollmentPoint

Adds an enrollment point to Configuration Manager.

構文

Parameter Set: EnrollmentPoint
Add-CMEnrollmentPoint -SiteCode <String> -SiteSystemServerName <String> [-IISWebsite <String> ] [-PortNumber <Int32> ] [-UserName <String> ] [-WebApplicationName <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Add-CMEnrollmentPoint cmdlet adds an enrollment point to a Microsoft System Center 2012 Configuration Manager site. An enrollment point is a site system role that manages enrollment requests from mobile devices.

When System Center 2012 Configuration Manager enrolls a mobile device, it installs a System Center 2012 Configuration Manager client. The client provides management capabilities that include hardware inventory, software deployment, settings, and remote wipe. To enroll mobile devices, use Microsoft Certificate Services with an enterprise certification authority (CA). You need a System Center 2012 Configuration Manager enrollment point site system role, as well as an enrollment proxy point site system role. For more information about site system roles, see Install and Configure Site System Roles for Configuration Manager (https://go.microsoft.com/fwlink/?LinkId=262649) on TechNet.

パラメーター

-IISWebsite<String>

Specifies the Internet Information Services (IIS) website installed on the enrollment point server.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-PortNumber<Int32>

Specifies the port to use with an enrollment point.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteCode<String>

Specifies the site code for a Configuration Manager site.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteSystemServerName<String>

Specifies the name of a server that hosts a site system role.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-UserName<String>

Specifies an account that the enrollment point uses to connect to the Configuration Manager database.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-WebApplicationName<String>

Specifies the name of the web application used for enrollment.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

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

false

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

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Add an enrollment point

This command adds an enrollment point for the site that has the site code CM4 to the server named Server04.Building02.Contoso.com. The command specifies an IIS website and port number, and the user name that the enrollment point uses to connect to the System Center 2012 Configuration Manager database. This command also specifies the web application name.

PS C:\> Add-CMEnrollmentPoint -SiteCode "CM4" -SiteSystemServerName "Server04.Building02.Contoso.com" -IISWebsite "Intranet17" -PortNumber 80 -UserName "QADept\Admins" -WebApplicationName "Tracker"

関連トピック

Get-CMEnrollmentPoint

Remove-CMEnrollmentPoint

Add-CMEnrollmentProxyPoint