Tag: PowerShell Scripts

PowerShell Scripts, shared from an experienced Microsoft SQL Database Administrator. Includes useful scripts for managing files, using remotePS and more.


  • How to Create a New Firewall Rule with PowerShell

    In this bog post I’m sharing a guide on how to create a new Firewall Rule with PowerShell. We’ll create a new inbound rule using a PowerShell script for the local Windows Firewall, to allow SQL Server (port 1433). Script to Create a New Firewall Rule for SQL…

    Read More


  • How to Run PowerShell Scripts with Task Scheduler

    Automating PowerShell scripts is a much needed task for Windows Administrators. The Task Scheduler provides a reliable way to execute scripts on a predefined schedule, eliminating the need for manual intervention. This guide covers both the command and GUI methods for how to run PowerShell scripts from Task…

    Read More