Powershell 2 remove single binding iis 7

Posted by user358625 on Stack Overflow See other posts from Stack Overflow or by user358625
Published on 2010-06-04T15:56:02Z Indexed on 2010/06/06 17:42 UTC
Read the original article Hit count: 428

Filed under:
|
|

I am trying to remove one site binding. I am using powershell 2 and iis 7. I am able to remove all bindings with Remove-ItemProperty, and when i use Set-ItemProperty it removes all binding and just adds the new. I would be great if i could just rename or just remove a single binding without effecting the others. A sample would be great.

© Stack Overflow or respective owner

Related posts about iis7

Related posts about powershell