I added a bunch of ICMP nodes using powershell commands. The nodes appear in the Web UI and I see them in the database, but they're not actually polling. They stay as green dots even though they don't poll. These are ICMP-only nodes, and I have a large number of them, so I would really like to do this with a command and not the Web UI. I tried opening a support case for nodes not polling, but as soon as I mentioned powershell, they suggested I post here and closed the case.
Here is a sample command (assume already connected to swis):
New-SwisObject $swis -EntityType "Orion.Nodes" -Properties @{EntityType="Orion.Nodes"; IPAddress="10.0.0.120"; IPAddressGUID="7800000A-0000-0000-0000-000000000000"; Caption="Node120"; DNS="Node120";DynamicIP=$False; EngineID=1; Status=1; UnManaged=$False; Allow64BitCounters=$True; SysObjectID=""; MachineType=""; VendorIcon=""; ObjectSubType="ICMP"; }
At first I didn't include the IPAddressGUID, but I've since added it with no change. I've already tried Allow64BitCounters=$False