List Application Pools

Microsoft.Windows.InternetInformationServices.2003.WebServer.ListApplicationPools.Task (Task)

This task will list the process, process ID, and name for each Application Pool on the Web Server.

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
WA1 WriteAction System.CommandExecuter System.PrivilegedMonitoringAccount

Source Code:

<Task ID="Microsoft.Windows.InternetInformationServices.2003.WebServer.ListApplicationPools.Task" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.2003.WebServer" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="WA1" RunAs="System!System.PrivilegedMonitoringAccount" TypeID="System!System.CommandExecuter">
<ApplicationName>%WINDIR%\SYSTEM32\cscript.exe</ApplicationName>
<WorkingDirectory>%WINDIR%\SYSTEM32</WorkingDirectory>
<CommandLine>%WINDIR%\SYSTEM32\IISAPP.VBS</CommandLine>
<TimeoutSeconds>300</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</WriteAction>
</Task>