Is there a way that I can import a list of bindings for a site in IIS 8.5?
I have 160+ bindings to add to one site, all the same IP, and I'd really love to be able to do it non-manually :)
Is there a way that I can import a list of bindings for a site in IIS 8.5?
I have 160+ bindings to add to one site, all the same IP, and I'd really love to be able to do it non-manually :)
Powershell! New-WebBinding does what I think you want.
https://technet.microsoft.com/en-us/library/ee790567.aspx
New-WebBinding [[-Name] ] [-Protocol ] [-Port ] [-IPAddress ] [-HostHeader ] [-Force] [-WarningAction ] [-WarningVariable ] []