Resolve Addresses (Data On Demand)

Community.DataOnDemand.AgentTask.ResolveIpAddress (Task)

Looks up the specified IP Addresses or names using configured DNS settings on the target computer.
Note: JSON format is only supported if PowerShell v3 or later is installed on the target server.

Element properties:

TargetMicrosoft.Windows.Computer
AccessibilityPublic
CategoryOperations
EnabledTrue
RemotableFalse
Timeout60

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Community.DataOnDemand.Probe.ResolveAddress Default

Source Code:

<Task ID="Community.DataOnDemand.AgentTask.ResolveIpAddress" Accessibility="Public" Timeout="60" Enabled="true" Remotable="false" Target="Windows!Microsoft.Windows.Computer">
<Category>Operations</Category>
<ProbeAction ID="Probe" TypeID="Community.DataOnDemand.Probe.ResolveAddress">
<Addresses/>
<Format>csv</Format>
<TimeoutSeconds>60</TimeoutSeconds>
</ProbeAction>
</Task>