Powershell – delete older files

Sometimes it is required to delete files older than a date or older by age. Powershell is excelent tool to perform this. Below is a simple script to delete files by age: despite the comments in the script, some details might need additional clarification. It is advisable to add the starting folder as variable for […]

Powershell – delete older files Read More »