How to Find Files Modified After a Specific Date Using PowerShell?

powershell get files modified after date

In this tutorial, I will explain how to find files modified after a specific date using PowerShell. If you work as a PowerShell administrator managing files on Windows systems, you will likely encounter this requirement, such as finding items modified after specific dates. Let’s explore how to use PowerShell to locate files based on their … Read more

Get Files Older Than 1 Month with PowerShell

Get Files Older Than 1 Month with PowerShell

In this tutorial, I will explain how to get files older than 1 month with PowerShell. As a PowerShell expert with over a decade of experience, I’ve frequently needed to find and manage older files on systems. There are multiple methods to find files older than one month. In PowerShell, the LastWriteTime is the most … Read more

PowerShell Script to Delete Files Older Than 30 Days

powershell script to remove files older than 30 days

Recently, I was working with a client in New York who needed to automate their file cleanup process. Their server was quickly running out of space due to daily logs and backup files accumulating over months. The solution? A PowerShell script to automatically delete files older than 30 days. In this tutorial, I’ll walk you … Read more

How to Find Files Modified in the Last 24 Hours in PowerShell?

powershell find files modified in last 24 hours

Recently, I was working on a project where I needed to identify all files that had been modified within the last 24 hours in a specific directory. This can be easily achieved using PowerShell. In this tutorial, I’ll show you four different methods to find files modified in the last 24 hours using PowerShell. Method … Read more

How to Find Files Modified Between Dates Using PowerShell?

powershell find files modified between dates

Recently, I was working on a project where I needed to identify all files that had been modified within a specific date range. As a PowerShell administrator, you may need to locate files within a specific date range. There are various methods to do so. In this tutorial, I will show you multiple reliable methods … Read more

How to Concatenate Strings and Floats in PowerShell

powershell concatenate string and float

When working with PowerShell scripts, I often need to combine text with numerical values to create meaningful output. As a PowerShell developer, you will frequently get requirements to concatenate strings and floats in PowerShell. In this tutorial, I will show you multiple methods to concatenate strings and float values in PowerShell, along with practical examples. … Read more

How to Concatenate String with Space in PowerShell (4 Simple Methods)

powershell concatenate string with space

In my years of PowerShell scripting, I’ve often needed to combine strings while ensuring proper spacing between them. Whether you’re building filenames, creating log messages, or generating reports, you will require string concatenation in PowerShell. In this tutorial, we will see various methods to concatenate strings with spaces in PowerShell with examples. Let’s get started … Read more

100 PowerShell cmdlets download free

100 POWERSHELL CMDLETS E-BOOK

FREE Download an eBook that contains 100 PowerShell cmdlets with complete script and examples.