Tri de table de format PowerShell

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