웹 관리 서비스 중지

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

이 작업은 현재 시작되어 있는 웹 관리 서비스를 중지합니다. 웹 관리 서비스는 웹 서버, 사이트 및 웹 서버에 있는 응용 프로그램에 대해 관리자에게 위임된 원격 관리자 권한을 사용할 수 있도록 합니다. 이 작업은 Nano에서 지원되지 않습니다.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.WMService
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

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

Source Code:

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