Files
DCST1005/VMsetup/firewallrule.ps1
T
2025-01-20 15:48:15 +01:00

1 line
129 B
PowerShell

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