Files
DCST1005/firewallrule.ps1
T
2025-01-10 13:51:56 +01:00

1 line
129 B
PowerShell

New-NetFirewallRule -DisplayName "Allow HTTP port 443" -Direction Inbound -Protocol TCP -LocalPort 443 -Action Allow -Profile Any