Get-CMFallbackStatusPoint

Get-CMFallbackStatusPoint

Gets a Configuration Manager fallback status point.

構文

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

詳細説明

The Get-CMFallbackStatusPoint cmdlet gets a fallback status point site server role. You can get fallback status point for a site system name or a site code or both.

Microsoft System Center 2012 Configuration Manager can use one or more fallback status points to collect state messages for a site and send them on to System Center 2012 Configuration Manager. You can use this cmdlet to get a fallback status point to use with other cmdlets, such as the Set-CMFallbackStatusPoint cmdlet or the Remove-CMFallBackStatusPoint cmdlet.

パラメーター

-SiteCode<String>

Specifies the site code for a fallback status point.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteSystemServerName<String>

Specifies the site system name for a fallback status point.

エイリアス

なし

必須?

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 a fallback status point

This command gets a fallback status point for the site with the site code cm1 and the system name Server21.West01.Contoso.com. You can have more than one fallback status point for a site. This example specifies both the site code and the server name.

PS C:\> Get-CMFallbackStatusPoint -SiteCode "CM1" -SiteSystemServerName "Server21.West01.Contoso.com" 

関連トピック

Add-CMFallbackStatusPoint

Remove-CMFallbackStatusPoint

Set-CMFallbackStatusPoint