Remove-NetFirewallRule -DisplayName "BlockRDPBruteForce" New-NetFirewallRule -DisplayName "BlockRDPBruteForce" –RemoteAddress 123.123.123.123 -Direction Inbound -Protocol TCP –LocalPort 3389 -Action Block