Skip to content

DBASco

Database & System Engineering Blog

  • Home
  • SQL Server
    • MSSQL Scripts
  • PowerShell
    • PowerShell Scripts
  • DBA Cheat Sheet
  • Other Posts
  • About
Checking Windows Firewall Status Using PowerShell
PowerShellTagged PowerShell Tips, Windows FirewallLeave a Comment on Checking Windows Firewall Status Using PowerShell

Checking Windows Firewall Status Using PowerShell

January 31, 2024February 2, 2024

Checking your Windows Firewall status or on a server is crucial for ensuring your system’s security. PowerShell provides a simple and effective way to check whether the firewall is enabled or disabled for each profile, which we share an example […]

PowerShell: Creating a New Firewall Rule
PowerShellTagged Networking, PowerShell Tips, Windows Firewall2 Comments on PowerShell: Creating a New Firewall Rule

PowerShell: Creating a New Firewall Rule

January 17, 2024March 13, 2025

In this blog post, we’ll guide you through the process of creating a new firewall rule using PowerShell. Firewall rules help control network traffic, allowing or blocking specific connections. Setting up the right rules improves security and ensures necessary applications […]

Disabling Windows Firewall with PowerShell
PowerShellTagged PowerShell Tips, Windows Firewall1 Comment on Disabling Windows Firewall with PowerShell

Disabling Windows Firewall with PowerShell

December 21, 2023January 20, 2024

In this blog post, we’ll dive into a specific scenario: disabling the Windows Firewall using PowerShell. It’s crucial to emphasize that this is a specific use case, as maintaining a robust level of security is paramount. The Windows Firewall serves […]

Popular Posts

DBASco (SQL DBA Blog) - 2024