NLTEST

Microsoft.Windows.Server.AD.DomainController.NLTEST (Task)

Executes NLTEST.EXE with a customizable set of command-line parameters

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction AD.Tasks.ProbeActionType Default

Source Code:

<Task ID="Microsoft.Windows.Server.AD.DomainController.NLTEST" Accessibility="Public" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.AD.DomainControllerRole" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<ProbeAction ID="PA" TypeID="AD.Tasks.ProbeActionType">
<ApplicationName>NLTEST.EXE</ApplicationName>
<SupportToolsInstallDir>%SystemRoot%\System32\</SupportToolsInstallDir>
<CommandLine/>
<TimeoutSeconds>60</TimeoutSeconds>
</ProbeAction>
</Task>