Arrêter le service de gestion Web

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

Cette tâche arrête le service de gestion Web lorsqu'il est actuellement démarré. Le service de gestion Web active les fonctionnalités de gestion à distance et déléguées qui permettent aux administrateurs de gérer le serveur web, ainsi que les sites et les applications présents sur le serveur web.

Element properties:

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

Member Modules:

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

Source Code:

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