I would like to get a list of nodes that are currently being polled as Domain Controllers. I have both NPM and UDT. Is there a way to get this easily with Manage Reports, and if not, what database table would have that information? Thanks.
Does it need to be in report format? You can see which AD servers you have added in:Settings (All Settings) > UDT Settings > Manage Active Directory Domain Controllers
Couldn't find it via a GUI report, try this as a custom swql report
SELECT Caption
from orion.nodes n
join Orion.NodeSettings ns on ns.nodeid=n.nodeid
where settingname like '%udt%'
-Marc Netterfield
Loop1 Systems: SolarWinds Training and Professional Services