windows-scripts/wac-web.ps1
2025-05-01 11:09:43 +02:00

4 lines
138 B
PowerShell
Executable File

# Y'avais pas de copier/coller
New-NetFirewallRule -DisplayName "WAC HTTP" -Direction Inbound -LocalPort 443 -Protocol TCP -Action Allow