This is too long to tweet, even written as a one liner. But this will search a folder for top level subfolders and return the file usage for each. $folder="S:" dir $folder | where {$_.psIscontainer} | foreach { $stat= dir … Continue reading → Read the full text.