Are there any Powershell modules specifically for IIS6 administration?

Posted by program247365 on Server Fault See other posts from Server Fault or by program247365
Published on 2011-01-13T23:29:37Z Indexed on 2011/01/13 23:55 UTC
Read the original article Hit count: 193

Filed under:
|
|

I'm looking to manage/administer many IIS6 servers remotely via Powershell (query sites, iis settings, etc).

Is this possible? Is there a Microsoft-supported module out there? Or do I have to use WMI-Object/WebAdministration?

If so, could some one give me some quick instructions on doing some simple "get info" commands in Powershell to a remote IIS6 machine?

(It's frustrating that there is a nice IIS7/Microsoft-supported module out there: http://learn.iis.net/page.aspx/428/getting-started-with-the-iis-70-powershell-snap-in/ But not an IIS6 one easily found.)

© Server Fault or respective owner

Related posts about iis

Related posts about iis6