Deploying Lenovo Device Manager Agent in Intune
Creating an Intune application to deploy the Lenovo Device Manager Agent in Intune
1. Download the LDM Agent and set the expiry date of the agent.
a. In the LDM console, navigate to Device Management > Devices.
b. Click on the plus symbol + , located to the right of the name of the page (Devices).
c. Select the device type.
d. Select the OS type, then change the Installer Expiration and Maximum Usage options.
i. Change the Installer Expiration from 7 Days to 365 Days.
ii. Change the Maximum Usage from 5K Devices to 10K Devices .
e. Click Download Installer and copy it to a temporary location. For this example we are using “C:\Temp\LDM”.
2. Create an intunewin package, which then can be imported into Intune as a Windows app (Win32) application.
b. Copy the below files to a temp folder. For this examle we are using “C:\Temp\LDM”
i. IntuneWinAppUtil.exe
ii. UDCsetup.exe (this can be downloaded from the Lenovo Device Manager portal)
c. Open CMD as an admin and navigate to “C:\Temp\LDM”, then run the following command to create the intunewin package:
IntuneWinAppUtil.exe -c "C:\Temp\LDM" -s "UDCsetup.exe" -o "C:\Temp\LDM" -q
3. Add the package into Intune.
b. Click Add.
c. From the App type dropdown, select Windows app (Win32)
d. Click Select.
e. At the App information stage, import the UDCsetup.intunewin package created.
Name: Lenovo Device Manager
Description: Lenovo Device Manager (LDM) is a cloud-based, endpoint management solution that can centrally manage and secure any Lenovo Windows, Android, or Linux device.
Publisher: Lenovo
App Version: 24.4.0.27
Category: Computer management
f. At the Program stage, set the below commands for the Install and Uninstall commands.
Install command: /verysilent /Norestart
Uninstall Command: C:\Windows\System32\drivers\Lenovo\udc\Data\InfBackup\UDCInfInstaller.exe -uninstall
g. At the Requirements stage, set the below options.
h. At the Detection rules stage, select Manually configure detection rules, then click Add selecting Rule type to File.
Path: C:\Windows\System32\drivers\Lenovo\udc\Service
File or folder: UDClientService.exe
Detection method: File or folder exists
i. Complete the remainder of the Wizard.
Related Articles
Deploying an Application
LDM allows users to deploy applications to specific devices or to a group of devices. One or more applications can be deployed to a device or group of devices from this page. Apps that are in the Clean state can only be deployed to devices/device ...
Removing a Device From Lenovo Device Manager
A device should be deleted if you want to remove it from your portal, especially when ownership of the device has to be transferred outside of your company. Once deleted, the device will no longer be accessible in your portal. It is recommended that ...
Utilizing Intel vPro® Agent
Lenovo Device Manager support Intel vPro® EMA functionality with the installation of the Intel vPro® agent during LDM provisioning. Certain LDM features may be available differently for devices with Intel vPro® Essentials and Intel vPro Enterprise ...
Lenovo Device Manager Requirements
Client software for Lenovo Device Manager has a few requirements that the device must meet. The below table lists the basic requirements: Category Requirement Manufacturer Currently any Lenovo device (Windows, Android and Linux) is supported. Third ...
Adding a Windows Application to Lenovo Device Manager
Lenovo Device Manager offers two methods to package Windows based applications – Automatic and Custom Packaging. Automatic method is used for basic executable file deployment while Custom packaging method can be used for more specific file ...