Change files and folders to Title Case or start with a Capital Letter for each word using PowerShell

Problem:

I needed to change all files and folders within a directory to use title case so that words all started with capital letters using PowerShell

Continue reading “Change files and folders to Title Case or start with a Capital Letter for each word using PowerShell”

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”