Stop Windows Deployment Service service

Microsoft.Windows.Server.6.3.WDSRole.StopWDSServerService (Task)

This task will stop the Windows Deployment Service (WDSServer) service

Element properties:

TargetMicrosoft.Windows.Server.6.3.WDSRole
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction System.CommandExecuter System.PrivilegedMonitoringAccount

Source Code:

<Task ID="Microsoft.Windows.Server.6.3.WDSRole.StopWDSServerService" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.6.3.WDSRole" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction RunAs="System!System.PrivilegedMonitoringAccount" ID="WA" TypeID="System!System.CommandExecuter">
<ApplicationName>%SystemRoot%\System32\net.exe</ApplicationName>
<WorkingDirectory>%SYSTEMROOT%\temp</WorkingDirectory>
<CommandLine>stop wdsserver</CommandLine>
<TimeoutSeconds>300</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</WriteAction>
</Task>