Get-CMSystemHealthValidatorPoint

Get-CMSystemHealthValidatorPoint

Gets a system health validator point for Configuration Manager.

Syntax

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

Detailed Description

The Get-CMSystemHealthValidatorPoint cmdlet gets a system health validator point for a Microsoft System Center 2012 SP1 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.

Parameters

-SiteCode<String>

Specifies a site code for a Configuration Manager site.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String>

Specifies the host name for a system health validator point.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

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.TSQA.Contoso.com" 

Add-CMSystemHealthValidatorPoint

Remove-CMSystemHealthValidatorPoint