I'm trying to create a widget to display DHCP scope information using a Powershell script. I have created a Powershell application monitor template and assigned it to a DHCP server node. The script writes output using the format "Write-Output "Message.DHCP: $DHCPScopeID Utilisation: $percentUtilization"
Testing it against the DHCP server works fine.
I now need to create a widget that displays the output of the powershell script in a table, but I haven't been able figure that bit out.
I've tried adding a "Custom Object Resource" and "Custom Table" but i can't see how to get the script output displayed.
Any help appreciated very much appreciated, I'm at a loss just now 