Get-CMEnrollmentProxyPoint

Get-CMEnrollmentProxyPoint

Gets an enrollment proxy point.

Syntax

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

Detailed Description

The Get-CMEnrollmentProxyPoint cmdlet gets a Microsoft System Center 2012 Configuration Manager enrollment proxy point. An enrollment proxy point is a site system role that manages enrollment requests from mobile devices.

Parameters

-SiteCode<String>

Specifies a site code.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String>

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

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: Get an enrollment proxy point

This command gets an enrollment proxy point.

PS C:\> Get-CMEnrollmentProxyPoint" -SiteCode "CM1" -SiteSystemName "SiteServer01.Contoso.com"

Add-CMEnrollmentProxyPoint

Remove-CMEnrollmentProxyPoint