且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

通过Powershell从IP和域限制中删除IP

更新时间:2023-12-01 20:31:46

我需要同样的东西,并且可以正常工作:

I needed the same and this is working:

Remove-WebConfigurationProperty /system.webServer/security/ipSecurity -location "iis:\default web site" -Name "." -AtElement @{ipAddress="192.168.1.1";allowed="true"} -PSPath IIS:\