PING

Microsoft.Windows.FileServer.DFSN.6.3.PingAgentTask (Task)

ping コマンドを実行します。このコマンドは、インターネット制御メッセージ プロトコル (ICMP) エコー要求メッセージを送信して、別の TCP/IP コンピューターへの IP レベルの接続を確認するのに使用します。

Element properties:

TargetMicrosoft.Windows.FileServer.DFSN.6.3.RoleService
AccessibilityPublic
CategoryOperations
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction System.CommandExecuterProbe Default

Source Code:

<Task ID="Microsoft.Windows.FileServer.DFSN.6.3.PingAgentTask" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSN.6.3.RoleService" Timeout="300" Remotable="true">
<Category>Operations</Category>
<ProbeAction ID="PA" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>%SystemRoot%\System32\ping.exe</ApplicationName>
<WorkingDirectory>%SYSTEMROOT%\temp</WorkingDirectory>
<CommandLine>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</CommandLine>
<TimeoutSeconds>300</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</ProbeAction>
</Task>