Skip to content

DBASco

Database & System Engineering Blog

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

Posts pagination

Previous 1 2

Popular Posts

DBASco (SQL DBA Blog) - 2024