Here’s a powershell script you can use to delete files in a directory (and all sub-directories) X days old or older.
$Now= Get-Date
$Days = “3“
$TargetFolder =… [Keep Reading]
Here’s a powershell script you can use to delete files in a directory (and all sub-directories) X days old or older.
$Now= Get-Date
$Days = “3“
$TargetFolder =… [Keep Reading]