Get-CMManagementPointComponent

Get-CMManagementPointComponent

Gets a component for a Configuration Manager management point.

Syntax

Parameter Set: SearchByNameMandatory
Get-CMManagementPointComponent -SiteCode <String> [ <CommonParameters>]

Parameter Set: SearchBySiteCodeMandatory
Get-CMManagementPointComponent -SiteSystemServerName <String> [ <CommonParameters>]

Detailed Description

The Get-CMManagementPointComponent cmdlet gets a component of a management point for Microsoft System Center 2012 SP1 Configuration Manager. A management point is a System Center 2012 Configuration Manager site that provides policy and service information to clients and receives configuration data from clients.

Parameters

-SiteCode<String>

Specifies the site code for the management point.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String>

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

Aliases

Name

Required?

true

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 component

This command gets a component that is associated with the site that has the code CM1. The command directs the output to the file Get-CMManagementPointComponent_data.txt.

PS C:\> Get-CMManagementPointComponent -SiteCode "CM1" >>\1\Get-CMManagementPointComponent_data.txt

Set-CMManagementPointComponent

Get-CMManagementPoint

Remove-CMManagementPoint