How do I recycle an IIS App pool with Powershell?
- by Ralph Willgoss
Reference implementation of a Powershell script to recycle app pools, in response to Rick's post:http://www.west-wind.com/weblog/posts/2012/Oct/02/A-tiny-Utility-to-recycle-an-IIS-Application-Pool# File: RecycleAppPool.ps1# Author: Ralph Willgoss# Date: 2nd Oct 2012# …