Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.

Retrieve OS Version

peanutman0
Beginner
382 Views
Is there away to retrieve the Operating System version from client machines using the AMT SDK?

Thanks!

Rich
0 Kudos
3 Replies
Gael_H_Intel
Moderator
382 Views
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
0 Kudos
peanutman0
Beginner
382 Views
Gael,

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.

Thanks again!

Rich
0 Kudos
SergeyKostrov
Valued Contributor II
382 Views
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...

Namespace:

root\CIMv2

Top-Level WMI Classes:

CIM_InstalledOS
CIM_Check
CIM_ComputerSystem
CIM_OperatingSystem
CIM_System
CIM_OSVersionCheck

WQL queries:

SELECT * FROM CIM_InstalledOS
SELECT * FROM CIM_Check
SELECT * FROM CIM_ComputerSystem
SELECT * FROM CIM_OperatingSystem
SELECT * FROM CIM_System
SELECT * FROM CIM_OSVersionCheck

On MSDN look for topics:

WMI System Classes
WMI System Properties

Best regards,
Sergey

0 Kudos
Reply