The most recent content from our members.
Orion Experts, I am trying to add Custom Properties to a node that is being monitored via ICMP. $Ndata = Get-OrionNode -IPAddress OrionServerIP -SwisConnection $swis $nodeId = $Ndata.NodeID $customProps= @{ NodeID =$nodeId; # NodeID where the interface appears CPUStatus = 0; RAMStatus = 0; DiskspaceStatus = 0; }…
It looks like you're new here. Sign in or register to get started.