Ping Computer

Microsoft.SystemCenter.HealthService.PingDefault (ConsoleTask)

Pings the computer hosting the System Center Management Health Service you choose in the console.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
Application\%windir\%\system32\ping.exe
WorkingDirectory
isRequireOutputTrue
AccessibilityInternal
EnabledTrue

Source Code:

<ConsoleTask ID="Microsoft.SystemCenter.HealthService.PingDefault" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" RequireOutput="true" Category="MonitoringObject">
<Application>%windir%\system32\ping.exe</Application>
<Parameters>
<Parameter>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Parameter>
</Parameters>
<WorkingDirectory/>
</ConsoleTask>