Skip to content

DBASco

Database & System Engineering Blog

  • Home
  • SQL Server
    • MSSQL Scripts
  • PowerShell
    • PowerShell Scripts
  • DBA Cheat Sheet
  • Other Posts
  • About
Automating Service Restarts on Multiple Servers with PowerShell
PowerShellLeave a Comment on Automating Service Restarts on Multiple Servers with PowerShell

Automating Service Restarts on Multiple Servers with PowerShell

January 8, 2024January 12, 2024

In this tutorial, we’ll guide you through the process of automating service restarts on multiple servers using PowerShell. This efficient solution is ideal for system administrators looking to streamline maintenance processes or troubleshoot issues that necessitate restarting services across multiple […]

PowerShell Script: Remove Quotes from CSV Files in a Folder
PowerShellTagged PowerShell Scripts, PowerShell Tips1 Comment on PowerShell Script: Remove Quotes from CSV Files in a Folder

PowerShell Script: Remove Quotes from CSV Files in a Folder

January 7, 2024January 20, 2024

In this post, we’ll share a PowerShell script that removes quotes from all CSV files in a folder. The script creates new CSV files with “_noQuote” appended to their names for every CSV file it iterates through. Always have backups […]

PowerShell Script: Deleting Files Older Than a Specific Date
PowerShellTagged PowerShell ScriptsLeave a Comment on PowerShell Script: Deleting Files Older Than a Specific Date

PowerShell Script: Deleting Files Older Than a Specific Date

January 5, 2024January 7, 2024

Let’s explore an example that demonstrates how PowerShell can efficiently remove files older than a specified date, offering a practical solution for file cleanup. Delete Files in Folder Older than a Date This script offers a solution for managing file […]

PowerShell Script: Count Rows in CSV Files
PowerShellTagged PowerShell Scripts, PowerShell Tips1 Comment on PowerShell Script: Count Rows in CSV Files

PowerShell Script: Count Rows in CSV Files

January 4, 2024January 7, 2024

Are you dealing with CSV files and in need of a quick row count using PowerShell? Look no further! In this post, we’ll guide you through a script that effortlessly counts rows within multiple CSV files. Count Rows in Multiple […]

PowerShell Guide: Deleting Files and Folders
PowerShellTagged PowerShell Scripts, PowerShell TipsLeave a Comment on PowerShell Guide: Deleting Files and Folders

PowerShell Guide: Deleting Files and Folders

January 3, 2024February 11, 2024

If you find yourself needing to delete files in PowerShell, especially as part of a Windows script, this post is for you. Below, we cover various aspects of file deletion using PowerShell, ranging from deleting individual files to removing entire […]

Removing Quotes from CSV Files in PowerShell
PowerShellTagged PowerShell TipsLeave a Comment on Removing Quotes from CSV Files in PowerShell

Removing Quotes from CSV Files in PowerShell

January 2, 2024February 8, 2024

In this blog post, we are going to share a script that will help you remove quotes from CSV files using PowerShell. First, we are going to create a new test CSV File in our PowerShell Terminal for the demo, […]

Posts pagination

Previous 1 … 3 4 5 Next

Popular Posts

DBASco (SQL DBA Blog) - 2024