does anyone can point me direction how I can start IIS (7/8) application pools which are stopped only for websites which has "Started" status using Powershell (so no starting app pool for their connected application/websites which has Stopped state)?
Scenario1: Stopped app pool Started website
START app pool
Scenario2: Stopped app pool Stopped website
DO NOTHING
Thanks