Hello,
Not sure if anyone has touched on this already, or if I am doing some silly mistake, but here is my issue:
I am creating a discovery via Powershell with a mix of WMI and SNMP nodes.
When I put the SNMP credentials highest in the order, the nodes get added via SMNP.
When I put the WMI credentials highest in the order, the nodes still get added via SNMP
When I remove completely the SNMP credentials and leave only the WMi credentials, the nodes only then do get added via WMI.
So my question is, why is this happening? How can I tell the discovery to first try the WMI credentials and only if those fail, try the SNMP? It seems that setting the credentials order with WMI on top, does not do that.
Any help appreciated. Thanks,
Alex