How To Manage IIS Application Pools With PowerShell
Think you can do better?
Show us!
Using the WebAdministration PowerShell module that comes with IIS, we’re able to manage IIS application pools with commands like New-WebAppPool, Get-WebAppPool and Remove-WebAppPool. However, we can also use the IIS PowerShell drive. The choice is yours.In this video, Adam shows us around managing IIS application pools and even shows us how to create a single PowerShell function allowing you to wrap all of that code up in a nicely-performing function.