Powershell : to check inboxes and sort by largest file September 22, 2014 / sanmansp Get-ChildItem “F:\SMSPKGF$” -recurse | Where {!$_.PSIsContainer} | Group Directory | sort-object count -descending | Format-Table Name, Count -autosize Share this:TwitterFacebookLike this:Like Loading... Related