Intel AMT

不依赖于HECI驱动,如何判断客户机是否可能支持Intel AMT的参考代码

    开发人员在开发支持Intel AMT功能的方案时,都会碰到这样的一个问题:客户机上运行的程序如何知道客户机是否支持Intel AMT功能?

   一般的方法是: 1) 网络扫描;服务器端通过网络扫描的方法可以找到那些已经配置好了的Intel AMT机器,并获得其版本号,这个是不需要知道iAMT的密码的,然后告诉客户端程序;其间可以用UUID对应的方法来识别机器身份。
        2)通过本地直接调用GeneralInfo接口提供的函数,获得iAMT版本号,但需要HECI驱动、LMS服务的支持,并且需要知道Intel AMT用户名和密码。

Intel AMT 工具:应急网络通道

   我们基于Intel主动管理技术写了一个名为的“应急网络通道(Emergency Network Channel)”v1.0 的工具,可以用于修复客户机物理网卡驱动和网络参数。

    如果你有兴趣,可以下载并安装偿试:EmNetC v1.0 下载: Download     使用说明:Manual Doc

    应急网络通道(EmNetC)功能:

The basics of Intel® AMT/ME Passwords

When we get an Intel® AMT system and we are setting it up for the first time, we are asked to enter the Management Engine (ME) password and then to change it. Or if we are using the Setup and Config Server (Intel SCS) - we set up our profiles to change the ME password.) What we are doing here is changing both the AMT and the ME password and so the AMT password is synched with the ME password. I actually didn't realize AMT and ME both had passwords. (which makes sense since we can add AMT users..)

Pages

Subscribe to Intel AMT