How to block an IP or a Website using PowerShell in Windows 10
PowerShell comes with a Netsecurity module that allows you to configure Windows firewall. You can use the function – New-NetFirewallRule – in Netsecurity to block an IP address or a website using PowerShell in Windows. The function allows you to create a new incoming or outgoing firewall rule and adds the rule to the target […]
How to block an IP or a Website using PowerShell in Windows 10 Read More »