Ping IPV4 Scope

Microsoft.Windows.DHCPServer.2012.R2.Tasks.TestIPV4Scope (Task)

This task executes a IPV4 ping to test again a Target IP

Element properties:

TargetMicrosoft.Windows.DHCPServer.2012.IPv4Scope
AccessibilityPublic
CategoryCustom
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
TestIPV4Scope ProbeAction Microsoft.Windows.DHCPServer.2012.R2.TestIPV4Scope.WA Default

Source Code:

<Task ID="Microsoft.Windows.DHCPServer.2012.R2.Tasks.TestIPV4Scope" Accessibility="Public" Enabled="true" Target="DHCP2012!Microsoft.Windows.DHCPServer.2012.IPv4Scope" Timeout="300" Remotable="true">
<Category>Custom</Category>
<ProbeAction ID="TestIPV4Scope" TypeID="Microsoft.Windows.DHCPServer.2012.R2.TestIPV4Scope.WA">
<Type>INFORM</Type>
<ServerIP>$Target/Property[Type="DHCP!Microsoft.Windows.DHCPServer.Library.Scope"]/IPAddress$</ServerIP>
<TargetIP>$Target/Property[Type="DHCP!Microsoft.Windows.DHCPServer.Library.Scope"]/IPAddress$</TargetIP>
<RetryTimes>2</RetryTimes>
<TimeoutSeconds>300</TimeoutSeconds>
</ProbeAction>
</Task>