Month: March 2015

Quickly determine the largest folders on your computer using powershell

  Need to determine where your disk space went? copy the following into a file named files.ps1 create a new folder named scripts and save this file in that folder (c:\scripts\files.ps1) ————————————————————————————- # Loops through each directory recursively in the current directory and lists its size. # Children nodes of parents are tabbed function getSizeOfFolders($Parent, …