List All IIS Applications

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

This task will list all of the applications in the application dependencies list.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.WebServer
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Microsoft.Windows.InternetInformationServices.2008.AppCmd.ProbeAction Default

Source Code:

<Task ID="Microsoft.Windows.InternetInformationServices.2008.WebServer.ListAllIISApplications.Task" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.2008.WebServer" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<ProbeAction ID="Probe" TypeID="Microsoft.Windows.InternetInformationServices.2008.AppCmd.ProbeAction">
<Operation>list app</Operation>
<TimeoutSeconds>60</TimeoutSeconds>
</ProbeAction>
</Task>