Comments
-
Any news? Is there a nice map widget that shows LLDP neighbors?
-
Me too! I like to know this!
-
The function DOES work when running as LOCAL SYSTEM with a third argument: PS C:\WINDOWS\system32> $pc.ValidateCredentials("RABOBANK\AdminKleipoolRF", "SuperSecret", [DirectoryServices.AccountManagement.ContextOptions]::SimpleBind) True So this maybe something to add to the code of "SolarWinds Information Service v3"....
-
It is actually possible to change the Built-in Vendor field though the SWQL interface. Install and open SWQL studio and navigate to the Orion.Nodes endpoint. Launch a query similar to this: SELECT TOP 1000 NodeID, Caption, Uri, Vendor, MachineType FROM Orion.Nodes WHERE Caption LIKE 'nodexxx%' --WHERE Vendor = 'Unknown'…
-
It would be nice to know the WHERE clause they use for node restriction. Than we could augment the selection on the widget by saying something like <fieldname> IS NOT NULL or similar broad selection criteria...