Configure IP Address Block ListDescription Adds a single IP address and a range of IP addresses to the IP Block list. Sample Script Set-IPBlockListConfig -Enabled:$True Add-IPBlockListEntry -IPAddress 123.456.0.1 Add-IPBlockListEntry -IPRange 123.456.1.1-123.456.0.255 Disclaimer: The sample scripts are meant to serve as examples and may need modifications before they will work in your environment. The authors of the script are not responsible for any negative outcome that may result from using them. |