User Tools

Site Tools


windows-firewall

This is an old revision of the document!


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.1653839782.txt.gz · Last modified: 2022/05/29 17:56 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki