We have a challenge in deleting circa X million files that meet a certain criteria - specifically must be over 90 days old and exclude certain file formats. To date, we've been using a multi-threaded powershell script which is good but still not as fast as we need as our ingest processes are creating new files at a high rate.
What I can do to accelerate the deletion of so many files?