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