Skip to content

DBASco

Database & System Engineering Blog

  • Home
  • SQL Server
    • MSSQL Scripts
  • PowerShell
    • PowerShell Scripts
  • DBA Cheat Sheet
  • Other Posts
  • About
Windows Terminal: How to Split Panes
PowerShell, WSLTagged PowerShell Tips, Windows Subsystem for Linux, Windows Terminal, WSL Tips1 Comment on Windows Terminal: How to Split Panes

Windows Terminal: How to Split Panes

February 5, 2024February 7, 2024

This post shares a quick guide on how to split panes in Windows Terminal. Panes in Windows Terminal enhances productivity by allowing you to have multiple terminal sessions showing simultaneously within a single terminal window. To split a Windows Terminal […]

How to Update PowerShell to Version 7
PowerShellTagged PowerShell Tips, PowerShell Versions, Windows Terminal1 Comment on How to Update PowerShell to Version 7

How to Update PowerShell to Version 7

February 3, 2024February 16, 2024

This post contains a guide on how to update PowerShell to version 7, upgrading from PowerShell v5 to the latest version available. Staying on top of software updates is a universal best practice, and PowerShell is no exception. Ensuring you […]

Automating PowerShell Scripts with Task Scheduler in Windows
PowerShellTagged Automation, PowerShell Scripts, PowerShell TipsLeave a Comment on Automating PowerShell Scripts with Task Scheduler in Windows

Automating PowerShell Scripts with Task Scheduler in Windows

February 3, 2024February 3, 2024

If you find yourself in need of automating a PowerShell Script on a predefined schedule in Windows, this post is tailored for you. Below, we’ll explore the process of creating Scheduled Tasks to automate PowerShell script file execution, using both […]

PowerShell: Get Tail of Log Files
PowerShellTagged PowerShell Functions, PowerShell Scripts, PowerShell TipsLeave a Comment on PowerShell: Get Tail of Log Files

PowerShell: Get Tail of Log Files

February 1, 2024February 7, 2024

Today we are going to explore the concept of PowerShell ‘Tail,’ a technique inspired by the Unix ‘tail’ command, to efficiently monitor and analyze log files in real-time. Whether you’re a system administrator, developer, or IT professional, mastering PowerShell cmdlets […]

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 […]

Enabling TCP Connections in SQL Server
PowerShell, SQL ServerTagged MSSQL DBA Tips, Networking, PowerShell Scripts1 Comment on Enabling TCP Connections in SQL Server

Enabling TCP Connections in SQL Server

January 30, 2024January 30, 2024

Ensuring that TCP connections are enabled in SQL Server is a crucial step for optimal network communication. In this guide, we’ll walk you through the process using two popular methods: SQL Server Configuration Manager and PowerShell. The aim is to […]

Posts pagination

Previous 1 2 3 … 5 Next

Popular Posts

DBASco (SQL DBA Blog) - 2024