PowerShell PowerShell $CustomObject = [PSCustomObject]@{Marca="Audi";Modelo="A3";Color="rojo"} $CustomObject | Format-List 12 $CustomObject = [PSCustomObject]@{Marca="Audi";Modelo="A3";Color="rojo"}$CustomObject | Format-List