Quantcast
Channel: THWACK: Document List - Network Performance Monitor
Viewing all articles
Browse latest Browse all 1956

MS ACCESS QUERY FOR UNMANAGED NODES

$
0
0

NPM: 12.2

 

For those of you who want to know which nodes have been unmanaged in your environment, this is how I found nodes that have been unmanaged using Microsoft Access. The table names and columns should be the same across SQL server, MS Acess SQL, and SWQL. To use it in the different areas, you will just need to modify the syntax.

 

SELECT Nodes.NodeID, Nodes.IP_Address, Nodes.Caption, Nodes.StatusDescription, Nodes.Vendor, Nodes.MachineType, Nodes.UnManaged, Nodes.UnManageFrom, Nodes.UnManageUntil

FROM Nodes

WHERE (((Nodes.UnManaged)=True))

ORDER BY Nodes.UnManageFrom DESC;

 


Viewing all articles
Browse latest Browse all 1956

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>