- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there away to retrieve the Operating System version from client machines using the AMT SDK?
Thanks!
Rich
Thanks!
Rich
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page