I'm currently trying to add a software version to the blue box: System Details in Server Monitor v6.0.2.127. I've right-clicked on the monitor and in the Custom Properties I have named a Parameter SOFTWARE VERSION. I'm trying to get a value that my powershell script is collecting and then update that Custom Property.
On the PowerAdmin Execute Script webpage PA-ExecuteScript, it has an example of $mon.SetComputerCustomPropByID(0, "DEVICEID", "BSQL") so I've tried updating my custom property by calling $mon.SetComputerCustomPropByID(0,"SOFTWARE VERSION",$SVersion), but it's not populating/showing the SOFTWARE VERSION in the System Details.