1 line
129 B
PowerShell
1 line
129 B
PowerShell
New-NetFirewallRule -DisplayName "Allow HTTP port 443" -Direction Inbound -Protocol TCP -LocalPort 443 -Action Allow -Profile Any |