Get-CMSystemHealthValidatorPoint

Get-CMSystemHealthValidatorPoint

Gets a system health validator point for Configuration Manager.

構文

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

詳細説明

The Get-CMSystemHealthValidatorPoint cmdlet gets a system health validator point for a Microsoft System Center 2012 Configuration Manager site. This site system role validates statements of health from a server that is running Network Policy Server (NPS).

You can specify a validator point by site system name, site code, or both. You can use this cmdlet with the Remove-CMSystemHealthValidatorPoint cmdlet.

パラメーター

-SiteCode<String>

Specifies a site code for a Configuration Manager site.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SiteSystemServerName<String>

Specifies the host name for a system health validator 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 validator point

This command gets a system health validator point. The command specifies the site code and the name of the server that hosts that system role.

PS C:\> Get-CMSystemHealthValidatorPoint -SiteCode "CM1" -SiteSystemServerName "Test01.Western.Contoso.com" 

関連トピック

Add-CMSystemHealthValidatorPoint

Remove-CMSystemHealthValidatorPoint