Számítógép pingelése (útvonallal)

Microsoft.SystemCenter.HealthService.PingWithRoute (ConsoleTask)

A „pathping.exe” használatával megjeleníti a célszámítógéphez vezető útvonalat, és kiszámítja az üzenetváltási időt (RTT) és más hasznos statisztikai adatot.

Element properties:

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

Source Code:

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