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.
Continue reading “Recursion in PowerShell : Getting the Size of Folders on a Hard Disk”