Dec 01, 2006
In my previous post , I showed you how easy it was to leverage your knowledge of the IIS 7 managed SDK in Windows PowerShell. We loaded the IIS 7 managed assemblies and then traversed the object model to display site information and stop application pools...
6 comments
Filed under: IIS 7, PowerShell
Nov 30, 2006
I've caught the PowerShell bug. In between stints with my ever-expanding code samples, I play with PowerShell a lot. I thought I'd share a quick example of how to load Microsoft.Web.Administration.dll and use it to perform some basic tasks. Note: I'm...
12 comments
Filed under: IIS 7, PowerShell, SDK