DFSRAdmin

Microsoft.Windows.FileServer.DFSR.DfsrAdminAgentTask (Task)

Запускает инструмент DFSRAdmin, который можно использовать для настройки репликации DFS.

Element properties:

TargetMicrosoft.Windows.FileServer.DFSR.Service
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.Windows.FileServer.DFSR.Module ProbeAction Microsoft.Windows.FileServer.DFSR.TaskProbeActionModuleType Microsoft.Windows.FileServer.DFSR.MonitoringAccount

Source Code:

<Task ID="Microsoft.Windows.FileServer.DFSR.DfsrAdminAgentTask" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSR.Service" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<ProbeAction ID="Microsoft.Windows.FileServer.DFSR.Module" RunAs="Microsoft.Windows.FileServer.DFSR.MonitoringAccount" TypeID="Microsoft.Windows.FileServer.DFSR.TaskProbeActionModuleType">
<ApplicationName>dfsradmin.exe</ApplicationName>
<CommandLine/>
<TimeoutSeconds>1200</TimeoutSeconds>
</ProbeAction>
</Task>