W3SVC 서비스 시작

Microsoft.Windows.InternetInformationServices.2008.WebServer.StartWebServerService.Task (Task)

이 작업은 Windows 인터넷 정보 서비스 웹 서버(W3SVC) 서비스가 현재 중지된 경우 서비스를 시작합니다.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.WebServer
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.WebServer.StartWebServerService.Task" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.2008.WebServer" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Microsoft.Windows.InternetInformationServices.2008.ControlService">
<Operation>start W3SVC</Operation>
<TimeoutSeconds>60</TimeoutSeconds>
</WriteAction>
</Task>