NSLOOKUP

Microsoft.Windows.FileServer.DFSN.6.2.NSLOOKUPAgentTask (Task)

Runs the nslookup command, which is used for troubleshooting DNS problems.

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction Microsoft.Windows.FileServer.DFSN.Library.TaskProbeActionModuleType Default

Source Code:

<Task ID="Microsoft.Windows.FileServer.DFSN.6.2.NSLOOKUPAgentTask" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSN.6.2.RoleService" Timeout="300" Remotable="true">
<Category>Operations</Category>
<ProbeAction ID="PA" TypeID="DFSNLib!Microsoft.Windows.FileServer.DFSN.Library.TaskProbeActionModuleType">
<ApplicationName>nslookup.exe</ApplicationName>
<ApplicationPath>%SystemRoot%\System32\</ApplicationPath>
<CommandLine/>
<TimeoutSeconds>300</TimeoutSeconds>
</ProbeAction>
</Task>