Something like the following for listing just file sizes. Yes it is a bit sore on the eyes but it manages to get the job done. https://superuser.com/a/468790 ls | Select-Object Name, @{Name="KiloBytes";Expression={$_.Length / 1KB}} https://superuser.com/questions/468782/show-human-readable-file-sizes-in-the-default-powershell-ls-command