Forum Discussion
tonybap1
Jun 09, 2026Copper Contributor
Intune Install Printer Driver
I am trying to install a Printer driver via a Win32app using System to install. Have set configuration as below: Its a simple powershell script which runs perfectly when installing on a d...
Jamony
Jul 08, 2026MCT
Hi, printer drivers through Intune can be picky because the script may work interactively as admin but behave differently as SYSTEM.
I would test:
1. Run the install script as SYSTEM using PsExec or a similar test method.
2. Make sure the driver files are packaged inside the Win32 app.
3. Use full paths, not relative paths.
4. Add logging to the script so you can see where it stops.
5. Confirm the driver is signed and allowed by Point and Print restrictions.
Most failures here come down to context, paths, or driver trust. If it works as SYSTEM locally, Intune packaging becomes much easier to troubleshoot.