DFSUTIL

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

Runs the dfsutil command, which manages DFS Namespaces.

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.DFSUTILAgentTask" 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>dfsutil.exe</ApplicationName>
<ApplicationPath>%SystemRoot%\System32\</ApplicationPath>
<CommandLine/>
<TimeoutSeconds>300</TimeoutSeconds>
</ProbeAction>
</Task>