I am able to add IP in the IIS IP and domain restriction list through powershell, but cant able to remove the IP from there.
example:
add-WebConfiguration /system.webserver/security/ipsecurity -Location "iis:\default web site" -Value @{ipaddress="192.168.1.1";allowed="true"}
How can I remove the same ip from there through powershell