Saturday, October 26, 2019

Allow firewall windows core powershell



INBOX Traffic
New-NetFirewallRule -DisplayName "Allow SLL 443" -Direction Inbound -Action Allow -EdgeTraversalPolicy Allow -Protocol TCP -LocalPort 443


OUTBOUND Traffic
New-NetFirewallRule -DisplayName "Allow SLL 443" -Direction Outbound -LocalPort
443 -Protocol TCP -Action Allow

No comments:

Post a Comment