ShellCommandTextReturn(powershell "Get-ChildItem c:\users -Recurse | Where-Object {$_.Length -gt 200MB} | sort length")
This rulle looks in C:\users and all sub directories for any files larger than 200MB, and sorts the output largest to smallest.
Sign up today to participate, stay informed, earn points and establish a reputation for yourself!
Sign up! or login
Comments