PowerShell script to give me a full disk report and name the report based on user input

Problem:

I have been using a gui based tool for years to report on my backup disk media, outputting several key items of information.  I wanted to do all of this in PowerShell and automate it all.

Continue reading “PowerShell script to give me a full disk report and name the report based on user input”

Troubleshooting Fileservers at capacity or with limited space and clearing large, old files

Problem:
Recently I had to find a fast way of clearing space on a fileserver that was literally at bursting point, the 2TB disk had just 100MB free space remaining.  I needed a way to identify the large, old files quickly so that I could then check with the file owners that they could be deleted.

Continue reading “Troubleshooting Fileservers at capacity or with limited space and clearing large, old files”