Get-CMSystemHealthValidationPoint

Applies To: System Center 2012 Configuration Manager SP1

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get-CMSystemHealthValidationPoint

Gets a system health validation point for Configuration Manager.

Syntax

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

Detailed Description

The Get-CMSystemHealthValidationPoint cmdlet gets a system health validation 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 validation point by site system name, site code, or both. You can use this cmdlet with the Remove-CMSystemHealthValidationPoint 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 validation 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.

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 validation point

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

PS C:\> Get-CMSystemHealthValidationPoint -SiteCode "CM1" -SiteSystemServerName "SHVP07.Western.Contoso.com" 

Remove-CMSystemHealthValidationPoint