File Scan & Size Report
This might be a bit of a strange task to accomplish completely in Inventory, but...
We have some computers that are 5+ years old that have seen daily use (8-5, 5 days a week, for the lifetime of the device). So, naturally there are a TON of temp files that have accumulated. Some that I've manually cleaned up lately have had 10-15GB of temp junk and once it's gone they typically leave the Low Free Space collections on their next scan and the users notice better performance, especially those with less powerful PCs or PCs that are shared with a group of users.
Setting up the File Scanner to look in a few different temp locations was easy, but I'm hoping I can make better use of the results.
My goal is to be able to total up the disk space taken up by the temp files, and have some collections OR a report built up to categorize them by how much space they use (say 2GB, 5GB, 10GB, Over 10 GB of temp files).
I'm not sure IF this is even possible, and if it is, how to best go about it?
Any help is much appreciated!
Comments
I have an idea for how to do it with a SQL report, but it's going to be messy due to subfolders. I'll see if I can get it to do what I have in mind.
Why not a Powershell script with a little bit of magic?
My workflow idea:
Remote into PC --> Get-ChildItem on each of the Directories --> Grab TotalSize of Directory --> Logic to put into appropriate array for later processing --> Create Object(s) from Array(s) --> ConvertTo-HTML --> Send-MailMessage
Stephen - that would work, but I'm hoping to keep everything in Inventory as much as I can so I can quickly share reports with the other admins.
Colby - SQL is ideal so I'm excited to see what you come up with! Messy doesn't matter if it works. ;)
Ok, here's attempt #1. It shows the total size of all temp files per computer.
Thanks, Colby. I have a little bit of tweaking to do for our particular environment and the file scans I set up but it's getting results. :)
Maybe i sound a bit dumb but i have the same problem and i'm not into SQL. i really don't get how i can use this SQL report in PDQ.
@Andreas Oberhänsli
https://documentation.pdq.com/PDQInventory/15.1.0.0/sql-reports.htm
many thanks