Iniciar o Serviço de Gerenciamento da Web

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

Esta tarefa inicia o Serviço de Gerenciamento da Web se ele estiver parado. O Serviço de Gerenciamento da Web ativa recursos de gerenciamento remoto e delegado para os administradores gerenciarem o servidor Web, os sites e os aplicativos presentes no servidor 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.StartRemoteAdministrationService.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>start WMSvc</Operation>
<TimeoutSeconds>60</TimeoutSeconds>
</WriteAction>
</Task>