How to install Drivers using Microsoft Intune?

Caspar Cui 5 Reputation points
2024-11-19T01:58:18.68+00:00

Our organization has computers from different vendors, but if we just use a unified image for the base configuration and use Auto-Pilot to implement the computer deployment, we are likely to have problems with drivers not installing and updating properly.

I wanted to push drivers based on different models through Microsoft Intune and created dynamic groups based on the Model of the Device.

My question is, how should I deploy the driver application and verify that the drivers have been installed correctly? Drivers often do not have exact installation paths, and a driver installation package may contain multiple sub-drivers, all of which have registry entries that are difficult to probe.

My current thinking is to manually create a registry entry after performing a driver installation, either through PowerShell or a batch process, to indicate that the application has been installed, but I'm not sure if this is best practice.

If there is more of a good solution, please guide me.
Thank you very much!!!

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,233 questions
0 comments No comments
{count} votes

Accepted answer
  1. Crystal-MSFT 49,601 Reputation points Microsoft Vendor
    2024-11-19T06:01:15.71+00:00

    @Caspar Cui, Thanks for posting in in Q&A. Your thought is OK. You can manually create a registry key after the driver installation. Here is a link with an example for your reference.

    https://hudson.tel/post/mass-driver-installation-using-powershell-and-intune/

    Note: non-Microsoft link, just for the reference.

    Hope the above information can help.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.