Add-CMFallbackStatusPoint

Add-CMFallbackStatusPoint

Adds a fallback status point to a Configuration Manager site.

構文

Parameter Set: FallbackStatusPoint
Add-CMFallbackStatusPoint -SiteCode <String> -SiteSystemServerName <String> -StateMessageNum <Int32> -ThrottleInterval <Int32> [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Add-CMFallbackStatusPoint cmdlet adds a fallback status point to a Microsoft System Center 2012 Configuration Manager site. To add this site system role, specify the site code for the System Center 2012 Configuration Manager site and the name of the computer that hosts the role. You also need to specify a throttle interval and the number of messages for that throttle window.

System Center 2012 Configuration Manager can use one or more fallback status points to collect state messages for a site and send them to System Center 2012 Configuration Manager. Throttling prevents the fallback status point from sending too many messages together, which can affect performance. For more information about site system roles, see Install and Configure Site System Roles for Configuration Manager (https://go.microsoft.com/fwlink/?LinkId=262649) on TechNet.

パラメーター

-SiteCode<String>

Specifies the site code for a Configuration Manager site.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteSystemServerName<String>

Specifies the name of a server that hosts a site system role.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-StateMessageNum<Int32>

Specifies the number of state messages that a fallback status point can send to Configuration Manager within a throttle interval.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-ThrottleInterval<Int32>

Specifies the throttle interval, in minutes, for a fallback status point. Configuration Manager processes a limited number of state messages during this period.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

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

false

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

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Add a fallback status point

This command adds a fallback status point for the site that has the site code CM1. The specified computer hosts the role. The command also specifies number of messages and throttle time period for the fallback status point.

PS C:\> Add-CMFallbackStatusPoint -SiteCode "CM1" -SiteSystemServerName "CMFSPPoint.Western.Contoso.com" -StateMessageNum 10000 -ThrottleInterval 60

関連トピック

Get-CMFallbackStatusPoint

Remove-CMFallbackStatusPoint

Set-CMFallbackStatusPoint