windows-firewall
Windows Firewall
Powershell Commands
Get Firewall Status
Get-NetFirewallProfile
Disable Firewall in all profiles
Set-NetFirewallProfile -Enabled false
Enable Firewall in all profiles
Set-NetFirewallProfile -Enabled true
Further commands https://www.technig.com/manage-windows-firewall-using-powershell/
windows-firewall.txt · Last modified: 2022/05/29 17:56 by baumi