The Windows 10 release is just around the corner and I’m going to do a fresh install on a new hard-drive. I’ve redirected most of my working directories to network locations so most of my files should just appear ‘auto-magically’… Read More ›
Disk
Recursion in PowerShell : Getting the Size of Folders on a Hard Disk
Following on from the “What is Recursion?” post it’s time for a concrete example with PowerShell; a script to calculate the sizes of all sub-folders within a folder. The script (and description) follows.