Get-CMStatusReportingComponent

Get-CMStatusReportingComponent

Gets an object representing a status reporting component.

構文

Parameter Set: SearchBySiteCodeMandatory
Get-CMStatusReportingComponent -SiteCode <String> [ <CommonParameters>]

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

詳細説明

The Get-CMStatusReportingComponent cmdlet gets an object that represents the status reporting component. This object provides information about the client configuration and server configuration components.

パラメーター

-SiteCode<String>

Specifies a site code of a Configuration Manager site.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteSystemServerName<String[]>

Specifies an array of site system server names.

エイリアス

なし

必須?

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 status reporting components

This command gets the status reporting components that Set-CMStatusReportingComponent configures for the site.

PS C:\> Get-CMStatusReportingComponent -SiteCode "CM1"

関連トピック

Set-CMStatusReportingComponent