Using PowerShell, how can I script the setting of an IIS 7.5 site to 'Allow SSL connections' rather than 'Require SSL connections'? I cannot seem to identify the name of the configuration property I need to modify.
Thanks
Using PowerShell, how can I script the setting of an IIS 7.5 site to 'Allow SSL connections' rather than 'Require SSL connections'? I cannot seem to identify the name of the configuration property I need to modify.
Thanks
I would really love it if there was actually documentation available on some of this stuff. I figured it out via multiple calls to
Get-ItemProperty IIS:\Sites\sitename
.