Web 管理サービスの停止

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

このタスクは、現在開始されている Web 管理サービスを停止します。Web 管理サービスは、管理者が Web サーバー上にある Web サーバー、Web サイト、アプリケーションを管理できるように、リモート管理と委任管理の機能を提供します。このタスクは 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>