Retrieve OS Version

Retrieve OS Version

Imagen de peanutman0

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

Thanks!

Rich

publicaciones de 4 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de Gael Hofemeier (Intel)

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
Imagen de peanutman0

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

Imagen de Sergey Kostrov
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

Inicie sesión para dejar un comentario.