Get-CMManagementPoint

Get-CMManagementPoint

Gets a management point.

Syntax

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

Detailed Description

The Get-CMManagementPoint cmdlet gets a management point. A management point is a site system role that provides policy and service location information to clients and receives configuration data from clients.

Parameters

-SiteCode<String>

Specifies the site code of the Configuration Manager site that hosts the site system role.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String>

Specifies the name 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 a management point

This command gets a management point that is associated with the site system named cmcen-dist02.tsqa.contoso.com and the site code CM1. The command directs the output to the file Get-CMOutOfBandServicePoint_data.txt.

PS C:\> Get-CMManagementPoint -SiteSystemServerName "cmcen-dist02.tsqa.contoso.com" -SiteCode "CM1" >>\CMmgmt01\Get-CMManagementPoint_data.txt

Add-CMManagementPoint

Remove-CMManagementPoint

Get-CMManagementPointComponent