Skip to content

DBASco

Database & System Engineering Blog

  • Home
  • SQL Server
    • MSSQL Scripts
  • PowerShell
    • PowerShell Scripts
  • DBA Cheat Sheet
  • Other Posts
  • About
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 […]

Testing SQL Server Connectivity with PowerShell
PowerShell, SQL ServerTagged MSSQL DBA Tips, Networking, PowerShell Tips3 Comments on Testing SQL Server Connectivity with PowerShell

Testing SQL Server Connectivity with PowerShell

January 27, 2024March 13, 2025

For a straight-forward guide on how to test SQL Ports are open with PowerShell, check post: Testing Connection to SQL Server Ports with PowerShell Testing to ensure connectivity to remote servers is a crucial step for system administrators. In the […]

PowerShell: Get-ChildItem, a Comprehensive Guide
PowerShellTagged PowerShell Scripts, PowerShell TipsLeave a Comment on PowerShell: Get-ChildItem, a Comprehensive Guide

PowerShell: Get-ChildItem, a Comprehensive Guide

January 25, 2024January 26, 2024

PowerShell, a powerful command-line tool and scripting language, provides a versatile set of commands to manage and automate tasks in Windows environments. One of the most frequently used commands is Get-ChildItem (alias: gci). In this guide, we’ll delve into the […]

PowerShell Script: List Files with Sizes and Dates
PowerShellTagged PowerShell Functions, PowerShell Scripts, PowerShell Tips2 Comments on PowerShell Script: List Files with Sizes and Dates

PowerShell Script: List Files with Sizes and Dates

January 23, 2024February 7, 2024

In this blog post, we’ll explore a simple and practical PowerShell script that helps you list files in a directory along with their sizes and creation dates. This script provides a straightforward way to gain insights into your file system, […]

PowerShell: Counting Files, Words and Rows
PowerShellTagged PowerShell Tips1 Comment on PowerShell: Counting Files, Words and Rows

PowerShell: Counting Files, Words and Rows

January 22, 2024

As PowerShell enthusiasts, we often find ourselves immersed in tasks that involve processing and analyzing data. Whether it’s counting rows in a CSV file or tracking the progress of specific operations, having a reliable counting mechanism is crucial. In this […]

Posts pagination

Previous 1 2 3 4 Next

Popular Posts

DBASco (SQL DBA Blog) - 2024