Add-CMSystemHealthValidatorPoint

Add-CMSystemHealthValidatorPoint

Adds a validator point for system health in Configuration Manager.

Syntax

Parameter Set: SystemHealthValidatorPoint
Add-CMSystemHealthValidatorPoint -SiteCode <String> -SiteSystemServerName <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Add-CMSystemHealthValidatorPoint cmdlet adds a validator point for system health in Microsoft System Center 2012 Configuration Manager.

Parameters

-SiteCode<String>

Specifies a site code that identifies the Configuration Manager site that hosts this site system role.

Aliases

none

Required?

true

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?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

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: Add a system health validator point to a server for a site

This command adds a system health validator point to the server named Test01.Western.Contoso.com for the site that has the site code CM4.

PS C:\> Add-CMSystemHealthValidatorPoint –SiteCode "CM4" –SiteSystemServerName "Test01.Western.Contoso.com"