Install Intel Management Engine Components

Install LMS Service to manage AMT correctly

Support Team avatar
Written by Support Team
Updated over a week ago

To allow Boardgent to manage the AMT functions of your devices, it is necessary to install the Intel driver that allows communication with the processor using the local service (LMS).

1. First, download the Intel Management Engine Components driver, this driver changes depending on the brand of the device, so it is necessary to download it directly from the manufacturer page.

2. Once downloaded, execute it and follow the steps of the installation assistant.

3. To check that the installation was successful, is necessary to restart the device and then we can validate it in three ways:

  • In the installation folder C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\LMS

  • Check in the windows services if there is Intel(R) Management and Security Application Local Management Service running.

  • Executing the following command in a PowerShell window:

Get-Service | where {($_.Name -  like "LMS*")-and ($_.Status -eq "Running")}

4. Once the driver is installed and checked, now we can provision AMT in your device:

Did this answer your question?