User Tools

Site Tools


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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki