Hi Folks
I was wondering why a PS custom object will not be displayed according to sequence? It will be displayed last no matter what.
$table= @() $table += New-Object psobject -Property @{SID ="ola";MG="$MG"} $table write-host "lol"
Output:
Notice that the string "lol" displayed first regardeless
lol
SID MG
ola 2d