DFS Namespace 서비스 중지

Microsoft.Windows.FileServer.DFSN.6.3.StopServiceAgentTask (Task)

Net Stop DFS 명령을 실행하여 DFS Namespace 서비스를 중지합니다.

Element properties:

TargetMicrosoft.Windows.FileServer.DFSN.6.3.RoleService
AccessibilityPublic
CategoryOperations
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction System.CommandExecuterProbe Default

Source Code:

<Task ID="Microsoft.Windows.FileServer.DFSN.6.3.StopServiceAgentTask" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSN.6.3.RoleService" Timeout="300" Remotable="true">
<Category>Operations</Category>
<ProbeAction ID="PA" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>%SystemRoot%\System32\net.exe</ApplicationName>
<WorkingDirectory>%SYSTEMROOT%\temp</WorkingDirectory>
<CommandLine>stop dfs</CommandLine>
<TimeoutSeconds>300</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</ProbeAction>
</Task>