I\'m going through an array of objects and I can display the objects fine.
$obj
displays each object in my foreach loop fine. I\'m trying t
You don't have to iterate over all properties if you just need the value of one of them:
$obj.psobject.properties["bla"].value