I witnessed our Internal IT guys defining a BKM that I thougth was very relevant to share out to the community, therefore let me explain.
Challenge: How can you use a mgmt console to read the AMT version so you can write a report in your mgmt console?
Output: You need to have a value placed into the registry that has data whether it's all of the BIOS, MEBx, SOL, HECI, etc.. driver versions, then you can read this data into a mgmt report.
Solution: run MEInfowin.exe and redirect the output to a text file using the “>” operator
Example --
Then use your mgmt console to read these values & report out. The internal IT guys are doing this to check versions.
Thanks Intel IT folks for the BKM.



Handy if you're trying to do a "Delayed Provision" - and need to know what systems are Remote Configuration capable and have not been provisioned\configured.
Some environments - like Altiris - use a client based agent and "discovery" to determine some of the core AMT components and states.
Curious though - why place the information in the registry?