4 lines
138 B
PowerShell
Executable File
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
|