PowerShell Format Tabel Sort

$arr | ForEach-Object {[PSCustomObject]$_} | Format-Table Name, Length, LastWriteTime -AutoSize
Av3