Ping Enrollment Interface (2012 R2)

Microsoft.Windows.CertificateServices.CARole.6.3.PingICertRequest2 (Task)

This tasks runs the certutil -ping command to determine whether or not the request interface is responding to requests.

Knowledge Base article:

Summary

This tasks runs the certutil -ping command to determine whether or not the request interface is responding to requests.

Element properties:

TargetMicrosoft.Windows.CertificateServices.CARole.6.3
AccessibilityPublic
CategoryOperations
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction System.CommandExecuterProbe Default

Source Code:

<Task ID="Microsoft.Windows.CertificateServices.CARole.6.3.PingICertRequest2" Accessibility="Public" Enabled="true" Target="CSDisc!Microsoft.Windows.CertificateServices.CARole.6.3" Timeout="300" Remotable="true">
<Category>Operations</Category>
<ProbeAction ID="PA" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>%windir%\System32\certutil.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>-ping</CommandLine>
<TimeoutSeconds>300</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</ProbeAction>
</Task>