Friday, May 4, 2012

PowerShell script to delete files from a directory that are more than a given number of days old.

This PowerShell
  • deletes files created more than 3 days ago.
  • logs the files it deletes.

No comments:

Post a Comment