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