Powershell cmdlet to disable Windows Firewall

Tags: Powershell, disable, Windows, Firewall

Powershell cmdlet to disable Windows Firewall:

Get-NetFirewallProfile | Set-NetFirewallProfile Enabled False

No Comments

You must log on to comment.