Add-CMEnrollmentProxyPoint

Add-CMEnrollmentProxyPoint

Adds an enrollment proxy point to Configuration Manager.

Syntax

Parameter Set: EnrollmentProxyPoint
Add-CMEnrollmentProxyPoint -SiteCode <String> -SiteSystemServerName <String> [-IISWebsite <String> ] [-PortNumber <Int32> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Add-CMEnrollmentProxyPoint cmdlet adds an enrollment proxy point to a Microsoft System Center 2012 SP1 Configuration Manager site. An enrollment proxy point is a site system role.

When Configuration Manager enrolls a mobile device, it installs a 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 Configuration Manager enrollment proxy point site system role, as well as an enrollment 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.

Parameters

-IISWebsite<String>

Specifies the Internet Information Services (IIS) website installed on the enrollment proxy 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 that client computers use to connect with an enrollment proxy 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

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

This command adds an enrollment proxy point for the Configuration Manager site that has the site code CM1. The specified computer hosts the role.

PS C:\> Add-CMEnrollmentProxyPoint -SiteCode "CM1" -SiteSystemServerName "CMEnrollmentProxyPoint.Western.Contoso.com" 

Add-CMEnrollmentPoint

Get-CMEnrollmentProxyPoint

Remove-CMEnrollmentProxyPoint