Difference between revisions of "New-NetFirewallRule"
Jump to navigation
Jump to search
(Created page with " New-NetFirewallRule -DisplayName "jebusk test" -Direction Inbound -Protocol UDP -Action Block -RemoteAddress x.x.x.x/32 -LocalPort 53") |
|||
Line 1: | Line 1: | ||
New-NetFirewallRule -DisplayName "jebusk test" -Direction Inbound -Protocol UDP -Action Block -RemoteAddress x.x.x.x/32 -LocalPort 53 | New-NetFirewallRule -DisplayName "jebusk test" -Direction Inbound -Protocol UDP -Action Block -RemoteAddress x.x.x.x/32 -LocalPort 53 | ||
+ | |||
+ | http://woshub.com/manage-windows-firewall-powershell/ |
Latest revision as of 19:50, 1 February 2021
New-NetFirewallRule -DisplayName "jebusk test" -Direction Inbound -Protocol UDP -Action Block -RemoteAddress x.x.x.x/32 -LocalPort 53