웹 관리 서비스 시작

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

이 작업은 웹 관리 서비스가 현재 중지된 경우 서비스를 시작합니다. 웹 관리 서비스를 통해 관리자는 원격 및 위임된 관리 기능을 사용하여 웹 서버에 대해 웹 서버에 있는 사이트와 응용 프로그램을 관리할 수 있습니다.

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.StartRemoteAdministrationService.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>start WMSvc</Operation>
<TimeoutSeconds>60</TimeoutSeconds>
</WriteAction>
</Task>