So I'm pretty new to WMI and I was wondering if anyone had some good books/texts to read about it, but more specifically how to correctly query WMI. I am working on a program that requires to get a lot of WMI objects and I just don't really understand the nuances in the queries and how exactly they work (note I have never worked with SQL before). Sorry if this question is weird/too broad...
An example of queries I don't really understand the difference/concept with are:
SELECT * FROM meta_class WHERE __class= 'Win32_NetworkAdapter'
SELECT * FROM Win32_NetworkAdapter
Thank you for taking your time to read this...