Feb 13, 2007
Being a member of the IIS team, I often find myself checking blog posts to see what the members of the product team are blogging about. However, since Powershell came out, I find myself doing more and more work on my scripts. It's a bit annoying to have...
6 comments
Filed under: PowerShell, Download, IIS.NET
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