Add-CMSystemHealthValidatorPoint
Adds a validator point for system health in Configuration Manager.
Parameter Set: SystemHealthValidatorPoint
Add-CMSystemHealthValidatorPoint -SiteCode <String> -SiteSystemServerName <String> [-Confirm] [-WhatIf] [ <CommonParameters>]
The Add-CMSystemHealthValidatorPoint cmdlet adds a validator point for system health in Microsoft System Center 2012 Configuration Manager.
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 |
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 |
Prompts you for confirmation before running the cmdlet.
Required? |
false |
Position? |
named |
Default Value |
false |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
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 |
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).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
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"