Add-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.]

Add-CMSystemHealthValidationPoint

Adds a validation point for system health in Configuration Manager.

Syntax

Parameter Set: SystemHealthValidationPoint
Add-CMSystemHealthValidationPoint -SiteCode <String> -SiteSystemServerName <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Add-SystemHealthValidationPoint cmdlet adds a validation 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>

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before executing the command.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Describes what would happen if you executed the command without actually executing the command.

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.

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

This command add a validation point for the site identified by system name and site code.

PS C:\> Add-CMSystemHealthValidationPoint –SiteSystemName “test01.western.contoso.com” –SiteCode “CM1”