PowerShell Script to Find Large Folders in Directory

1 year ago
6

This PowerShell script uses the Get-ChildItem cmdlet to recursively list all of the folders in a directory. It then uses the Measure-Object cmdlet to calculate the size of each folder. The script then outputs a list of all of the folders that are larger than 10 GB

Download Script: https://bit.ly/3NMbMvL

Contact for Customized PowerShell Scripts, details available in the end of this video.

Loading comments...