Get-CMComponentStatusSetting

Get-CMComponentStatusSetting

Gets Configuration Manager component status settings.

構文

Parameter Set: SearchByName
Get-CMComponentStatusSetting [-ComponentName <String> ] [-SiteCode <String> ] [-SiteSystemName <String[]> ] [ <CommonParameters>]

詳細説明

The Get-CMComponentStatusSetting cmdlet gets component status setting objects. These objects contain thresholds for Microsoft System Center 2012 Configuration Manager component status messages.

パラメーター

-ComponentName<String>

Specifies a name of a thread or process. A thread or process sends a component status message. You can use wildcards.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteCode<String>

Specifies an array of a site codes for Configuration Manager sites.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteSystemName<String[]>

Specifies an array of names of computers. A computer hosts a component that sends a status message. You can use wildcards.

エイリアス

Name

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Get settings for components

This command gets status setting objects for the site that has the site code CAS for components with names that begin with SMS_REPL.

PS C:\> Get-CMComponentStatusSetting -SiteCode "CAS" -ComponentName SMS_REPL*

Example 2: Get settings for components on specified systems

This command gets status setting objects for systems with names that begin with VM for components with names that begin with SMS_REPL.

PS C:\> Get-CMComponentStatusSetting -SiteSystemName VM* -ComponentName SMS_REPL*

関連トピック

Get-CMComponentStatusMessage