Thank you for your reply. Here is a brief description of WMI:
WMI is the Microsoft implementation of Web Based Enterprise Management (WBEM), which is built on the Common Information Model (CIM), a computer industry standard for defining device and application characteristics so that system administrators and management programs can control devices and applications from multiple manufacturers or sources in the same way.
WMI supports approximately 90 SQL query statements and will provide information about many of the devices, software, too many areas to mention For example, a SELECT * FROM Win32_Processor would give me many results on make/model/serial, etc for the processors installed on a piece of hardware. WMI is builtin to Windows OS from Win2000. The most popular method of accessing this data is by using vbscript. Run wbemtest from command-line to access the namespaces that will provide query functionality.
I am not sure that an OBDC driver would work with WMI.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.