This content has been marked as final.
Show 2 replies
-
Re: PowerShell - SAM/Orion SDK - Display LED Status for Custom Properties for a node being monitored via ICMP
chad.every Jul 13, 2017 8:55 AM (in response to zeenyc)Your SWID URL is incomplete.
Try
$uri = "swis://OrionServerFQDN/Orion/Orion.Nodes/NodeID=$($nodeId)/CustomPropery";
-
Re: PowerShell - SAM/Orion SDK - Display LED Status for Custom Properties for a node being monitored via ICMP
ekis Jul 13, 2017 3:05 PM (in response to zeenyc)There's a misspelled part still:
Try
$uri = "swis://OrionServerFQDN/Orion/Orion.Nodes/NodeID=$($nodeId)/CustomPropery";
Correct one would be:
Try
$uri = "swis://OrionServerFQDN/Orion/Orion.Nodes/NodeID=$($nodeId)/CustomProperty";