TFS Ping Application Tier Host

TeamFoundationServer2017.TfsPingApplicationTierHost (ConsoleTask)

A quick ping of the Application Tier Host machine

Knowledge Base article:

Summary

Just do a quick ping if any problem is noticed with the Application Tier machine before doing deep diagnosis

Causes

This is to just do a sanity check on the AT

Element properties:

TargetTeamFoundationServer2017.TfsApplicationTierServer
ApplicationC:\Windows\System32\ping.exe
WorkingDirectory
isRequireOutputTrue
AccessibilityPublic
EnabledTrue

Source Code:

<ConsoleTask ID="TeamFoundationServer2017.TfsPingApplicationTierHost" Accessibility="Public" Enabled="true" Target="TeamFoundationServer2017.TfsApplicationTierServer" RequireOutput="true">
<Assembly>Res.TeamFoundationServer2017.TfsPingApplicationTierHost</Assembly>
<Handler>ShellHandler</Handler>
<Parameters>
<Argument Name="WorkingDirectory"/>
<Argument Name="Application">C:\Windows\System32\ping.exe </Argument>
<Argument>$Target/Property[Type="TeamFoundationServer2017.TfsApplicationTierServer"]/ATComputerName$</Argument>
</Parameters>
</ConsoleTask>