NLTEST

Microsoft.Windows.FileServer.DFSN.10.0.NLTESTAgentTask (Task)

Runs the nltest command, which is used to perform network administrative tasks. This command requires that the Active Directory Domain Services (AD DS) or Active Directory Lightweight Directory Services (AD LDS) server role be installed, or that Remote Server Administration Tools (RSAT) be installed.

Element properties:

TargetMicrosoft.Windows.FileServer.DFSN.10.0.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.10.0.NLTESTAgentTask" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSN.10.0.RoleService" Timeout="300" Remotable="true">
<Category>Operations</Category>
<ProbeAction ID="PA" TypeID="DFSNLib!Microsoft.Windows.FileServer.DFSN.Library.TaskProbeActionModuleType">
<ApplicationName>nltest.exe</ApplicationName>
<ApplicationPath>%SystemRoot%\System32\</ApplicationPath>
<CommandLine/>
<TimeoutSeconds>300</TimeoutSeconds>
</ProbeAction>
</Task>