Difference between revisions of "New-NetFirewallRule"

From UVOO Tech Wiki
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")
(No difference)

Revision as of 17:25, 1 February 2021

New-NetFirewallRule -DisplayName "jebusk test" -Direction Inbound -Protocol UDP -Action Block -RemoteAddress x.x.x.x/32 -LocalPort 53