Stop Web Management Service

Microsoft.Windows.InternetInformationServices.2008.ServerRole.StopRemoteAdministrationService.Task (Task)

This task will stop the Web Management service if it is currently started. The Web Management service enables remote and delegated management capabilities for administrators to manage for the web server, sites and applications present on the web server.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.ServerRole
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.Windows.InternetInformationServices.2008.ControlService Default

Source Code:

<Task ID="Microsoft.Windows.InternetInformationServices.2008.ServerRole.StopRemoteAdministrationService.Task" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.2008.ServerRole" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Microsoft.Windows.InternetInformationServices.2008.ControlService">
<Operation>stop WMSvc /Y</Operation>
<TimeoutSeconds>60</TimeoutSeconds>
</WriteAction>
</Task>