Get-CMManagementPointComponent

Get-CMManagementPointComponent

Gets a component for a Configuration Manager management point.

構文

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

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

詳細説明

The Get-CMManagementPointComponent cmdlet gets a component of a management point for Microsoft System Center 2012 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.

パラメーター

-SiteCode<String>

Specifies the site code for the management point.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-SiteSystemServerName<String>

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

エイリアス

Name

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

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