A question, how can I get a report showing all the devices that are monitored as Windows Servers: WMI on my SolarWinds
I really appreciate any comments
This might point you in the right direction
Re: How to report polling method for Windows Servers
Thank you very much for the tip
you can run this quick query
select n.Caption AS NODE
,n.IP_Address AS IP_address
,n.Vendor
,MachineType
from nodes n where ObjectSubType like 'WMI'