Add-CMEnrollmentPoint

Add-CMEnrollmentPoint

Adds an enrollment point to Configuration Manager.

Syntax

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

Detailed Description

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 the Install and Configure Site System Roles for Configuration Manager topic in the TechNet library at https://go.microsoft.com/fwlink/?LinkId=262649.

Parameters

-IISWebsite<String>

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-PortNumber<Int32>

Specifies the port to use with an enrollment point.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteCode<String>

Specifies the site code for a Configuration Manager site.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String>

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

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-UserName<String>

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-WebApplicationName<String>

Specifies the name of the web application used for enrollment.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

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" -SiteSystemName "Server04.Building02.Contoso.com" -IISWebsite "Intranet17" -PortNumber 80 -UserName "QADept\Admins" -WebApplicationName "Tracker"

Get-CMEnrollmentPoint

Remove-CMEnrollmentPoint

Add-CMEnrollmentProxyPoint