Supported Device list? Intel AMT/MEBX/vPRO. #3627
-
As it is partially hard to get device lists from several Vendors if a specific PC is fully AMT/MEBX capable maybe we can collect |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
MeshCmd and MeshAgent have AMT detection capabilities through RMCP network scanning and reading SMBIOS type 130 and type 131. Some ISV actually developed and published AMT scanning tool (boardgen/vtul) https://boardgent.com/network-scanner. I hope Ricardo Polo is watching this repo too.😀 See amtscanner.js in main folder, amt-scanner.js in agent module and smbios.js. |
Beta Was this translation helpful? Give feedback.
-
For Intel AMT, MeshCentral and MeshCommander should support AMT v5 and higher. However, I have a AMT v7 machine that I use for testing and it's the lowest version I test more regularity with. In any case, any decent Intel AMT machine from the last 5 years will likely do just fine. Note that there are Intel Standard Manageability (Intel SM) machines that are like AMT but without KVM, CIRA and other features. People sometimes will buy these and notice no "Remote Desktop" feature in MeshCommander. This is normal, these machine don't support this. So, make sure you get Intel AMT or Intel vPro to get KVM. |
Beta Was this translation helpful? Give feedback.
MeshCmd and MeshAgent have AMT detection capabilities through RMCP network scanning and reading SMBIOS type 130 and type 131. Some ISV actually developed and published AMT scanning tool (boardgen/vtul) https://boardgent.com/network-scanner. I hope Ricardo Polo is watching this repo too.😀
See amtscanner.js in main folder, amt-scanner.js in agent module and smbios.js.