Hello there.
with Add-Webconfiguration -filter /system.webServer/security/ipSecurity -location "Default Web Site" -value @{ipAddress="10.10.10.0";subnetMask="255.255.255.0";allowed="true"} -PSPath "IIS:\" I can set a new Range in the IP Address and Domain restrictions. Sofar so good.
But how can I see this with Get-WebConfiguration? Anyone has an idea?
Thanks.
Regards,
RolfW81