Hi - there is a CIM_ComputerSystem class as part of the WMI Provider there is the Intel ME Provider Class Reference in the Intel AMT SDK.
You can also run the SCS Discovery Tool and have it write the output to the registry - then you could query the registry to get the OS information.
Gael
Follow me on Twitter: @GH_IntelBlogs
Facebook: https://www.facebook.com/gh.intelblogs
Thanks for replying to my message. I have looked through the documentation for the CIM_ComputerSystem class and I still don't see a way to retieve the current Operating System version installed on a client machine. Hopefully I am just missing something.
Quoting peanutman0...I have looked through the documentation for the CIM_ComputerSystem class and I still don't see a way to retieve the current Operating System version installed on a client machine...
SELECT * FROM CIM_InstalledOS SELECT * FROM CIM_Check SELECT * FROM CIM_ComputerSystem SELECT * FROM CIM_OperatingSystem SELECT * FROM CIM_System SELECT * FROM CIM_OSVersionCheck