I use Remove-WebBinding -Port $Port -Protocol https to remove a web binding. This removes the binding from the associated site but the binding continues to exist and I can find an entry under IIS:\SslBindings but not assigned to any site
If i try to assign any of these unused binding i get the error
SSL binding for end point 0.0.0.0:38000 already exists.
question is which cmdlet should I use to delete the binding or to remove the entry from IIS:\SslBinding ?
Regards,
Jeez
What about using
Remove-Item:Example :