Start Application Pool

Microsoft.Windows.InternetInformationServices.6.2.ApplicationPool.StartApplicationPool.Task (Task)

The task will start the specified Application Pool.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.ApplicationPool
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.Windows.InternetInformationServices.6.2.AppCmd.WriteAction Default

Source Code:

<Task ID="Microsoft.Windows.InternetInformationServices.6.2.ApplicationPool.StartApplicationPool.Task" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.ApplicationPool" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Microsoft.Windows.InternetInformationServices.6.2.AppCmd.WriteAction">
<Operation>start apppool "$Target/Property[Type="IISCommon!Microsoft.Windows.InternetInformationServices.ApplicationPool"]/PoolID$"</Operation>
<TimeoutSeconds>60</TimeoutSeconds>
</WriteAction>
</Task>