NetDiag

Microsoft.Windows.DfsServer.NetDiagAgentTask (Task)

Runs the Netdiag command which helps to isolate networking and connectivity problems by performing a series of tests to determine the state of your network client. This command only works on computers running Windows Server 2003.

Element properties:

TargetMicrosoft.Windows.DfsnServerRole
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.Windows.DfsNamespace.Library.Module ProbeAction Microsoft.Windows.DfsServerTask.ProbeAction Default

Source Code:

<Task ID="Microsoft.Windows.DfsServer.NetDiagAgentTask" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DfsnServerRole" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<ProbeAction ID="Microsoft.Windows.DfsNamespace.Library.Module" TypeID="Microsoft.Windows.DfsServerTask.ProbeAction">
<ApplicationName>NETDIAG.EXE</ApplicationName>
<SupportToolsInstallDir>%ProgramFiles%\Support Tools\</SupportToolsInstallDir>
<CommandLine/>
<TimeoutSeconds>300</TimeoutSeconds>
</ProbeAction>
</Task>