List status for all IIS Services

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

This task will list the status for all Windows Internet Information Services Internet services.

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Microsoft.Windows.InternetInformationServices.10.0.GetIISServicesStatus Default

Source Code:

<Task ID="Microsoft.Windows.InternetInformationServices.10.0.ServerRole.InternetServicesStatus.Task" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.ServerRole" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<ProbeAction ID="Probe" TypeID="Microsoft.Windows.InternetInformationServices.10.0.GetIISServicesStatus">
<TimeoutSeconds>60</TimeoutSeconds>
</ProbeAction>
</Task>