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 Identify Listening Ports on Windows
Discovering the processes associated with TCP or UDP ports on a Windows host is crucial for various reasons, from validating service ports to proactively addressing potential security concerns. This guide will show two efficient methods to quickly identify and analyze […]
How to Update PowerShell to Version 7
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 […]
How to Check SQL Server Versions
As Database Administrators (DBAs), safeguarding the security of our SQL Server instances is paramount. Regular monthly patching is a critical practice, especially for Windows servers, to ensure a secure database environment. In this guide, we’ll explore methods on how to […]
Automating PowerShell Scripts with Task Scheduler in Windows
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 […]
SQL Server Scripts to Backup Databases
Ensuring regular SQL Server backups are happening is a crucial aspect of maintaining data integrity and ensuring business continuity. In this article, we introduce two scripts designed to generate SQL commands, each catering to specific database backup scenarios: – Generate […]