List Worker Processes

Microsoft.Windows.InternetInformationServices.2008.ApplicationPool.ListWorkerProcesses.Task (Task)

This task will list the process name and process identifier of the work processes for the selected Application Pool.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.ApplicationPool
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.ApplicationPool.ListWorkerProcesses.Task" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.2008.ApplicationPool" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<ProbeAction ID="Probe" TypeID="Microsoft.Windows.InternetInformationServices.2008.AppCmd.ProbeAction">
<Operation>list wp /apppool.name:"$Target/Property[Type="IISCommon!Microsoft.Windows.InternetInformationServices.ApplicationPool"]/PoolID$"</Operation>
<TimeoutSeconds>60</TimeoutSeconds>
</ProbeAction>
</Task>