Intel AMT Device Info Not Updating
In the inventory section, it includes an area called Intel AMT Device. However, inventory doesn't appear to be updating this section. For example, my entire inventory, should have listed an updated driver, but it's still showing old driver revisions and control modes are not right as well. And these are not new changes. I know I could run a detection scan and then make CIR's, but just curious if I could get the built-in values to populate the correct data.
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
five.
6 years ago
In case anyone else runs into this issue, not really a fix, but a workaround. In my environment, acuconfig.exe (the tool that gets the AMT info) has been renamed to acuconfig-dormant.exe. I simply created a script with the following lines:
copy /Y "c:\Program Files (x86)\Quest\KACE\ACUConfig-dormant.exe" "c:\Program Files (x86)\Quest\KACE\ACUConfig.exe"
"C:\Program Files (x86)\Quest\KACE\ACUConfig.exe" /LowSecurity /output Silent SystemDiscovery /NoFile
exit
Most of the fields then updated ok. I am still having some issues with some of the machines saying NONE for the client type. When I get a moment I'll troubleshoot some more. I can say that it is a very outdated acuconfig that they are using (9.0.23.10) vs the current one out (12.0.0.129). I'll update this post with whatever I find.