Get-CMSystemHealthValidatorPointComponent

Get-CMSystemHealthValidatorPointComponent

Retrieves an object that represents a system health validator point in Configuration Manager.

Syntax

Parameter Set: SearchByNameMandatory
Get-CMSystemHealthValidatorPointComponent -SiteSystemServerName <String[]> [ <CommonParameters>]

Parameter Set: SearchBySiteCodeMandatory
Get-CMSystemHealthValidatorPointComponent -SiteCode <String> [ <CommonParameters>]

Detailed Description

The Get-CMSystemHealthValidatorPointComponent cmdlet retrieves an object that represents a system health validator point. A system health validator point is a site system role that evaluates system health information reported by Windows clients for security related compliance.

Parameters

-SiteCode<String>

Specifies a site code in Configuration Manager.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String[]>

Specifies an array of site system server names in Configuration Manager.

Aliases

none

Required?

true

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: Retrieve a system health validator point by site system server name

This command retrieves a system health validator point component by using a site system server name.

PS C:\> Get-CMSystemHealthValidatorPointComponent -SiteSystemServerName "Shvp-01.TSQA.Corp.Contoso.com"

Example 2: Retrieve a system health validator point by site code

This command retrieves a system health validator point component by using a site code.

PS C:\> Get-CMSystemHealthValidatorPointComponent -SiteCode "CM4"

Set-CMSystemHealthValidatorPointComponent