We are trying to display the value of a note property from a monitored object on one of our dashboards. (The ones with square brackets) Using powershell we can get to the value by treating it as a string
$o.’[System.ConfigItem].AssetStatus’.Value
How do we do this inside SquaredUp Mustache syntax?
Thank you. I knew that note properties where available looking at the object it self, but i think i just made a typo or something. Great tip to list all properties by the way.