Great... Finally we have PowerShell integration with IIS 7
Installed and ready to go...
Had a quick hiccup though ... I wanted to get-item for the default web site and this is what it gave me
Get-Item : A parameter cannot be found that matches parameter name 'Web'.
At line:1 char:9
+ get-item <<<< iis:\sites\Default Web site
Although then realized that this would work perfectly instead ... :)
PS IIS:\> get-item "iis:\sites\Default Web site"
Just something for the starters ...
;)
Regards,
MA Khan
http://www.iisworkstation.com“Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”