Web Yönetimi Hizmetini Durdur

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

Bu görev, başlatılan Web Yönetimi hizmetini durduracaktır. Web Yönetimi hizmeti yöneticilere web sunucusu, siteler ve web sunucusundaki uygulamalar için uzak yönetim ve temsili yönetimi yeteneği sunar. Bu görevin Nano tarafından desteklenmediğini unutmayın.

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>