Browse by Tags

All Tags>PowerShell (RSS)

Simple way of extending PowerShell objects with custom methods by sergeia

As you may know, IIS configuration is extensible. You could add new section, extend existing one by adding new schema file into folder containing schemas. All this was described in full details in the article of Tobin Titus. When we provide methods on...

How to change output format in PowerShell by sergeia

I was looking around the Net today and stumbled on the post in Scott Hanselman's blog , where he talks about technical and marketing aspects of product naming in Microsoft. There he shows display format for IIS application pools that may be relevant to...

How we use XPath in IIS PowerShell namespace by sergeia

IIS 7 configuration API's were designed as DOM: you always have to start from top level data structure and work your way to the data you need, either collection element or child element attributes. It is quite annoying model when you are building generic...

IIS7 PowerShell support -- details of our design by sergeia

After IIS team released Technical Preview of our PowerShell provider and commands, we got a few rants and grumblings from our customers. Some people pointed to complexity of IIS PowerShell provider and command parameters. Other people denied the need...
More Posts
Powered by Community Server (Commercial Edition), by Telligent Systems