I am looking for a way to delete range of Host header binding from my IIS, any idea? There is have some batch script that will know to delete chunk of binding settings?

link|improve this question
feedback

1 Answer

There is powershell command to remove them Remove-WebBindings - see http://technet.microsoft.com/en-us/library/ee790591.aspx

This could be used with Get-WebBindings and a filter to do what you want

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.