powershell list big files code example Example: powershell list big files gci -r| sort -descending -property length | select -first 10 name, length