Forum Discussion
tonybap1
Jun 09, 2026Occasional Reader
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 device as an administrator.
$printdriver = "PCL6 V4 Driver for Universal Print"
C:\Windows\system32\pnputil.exe /add-driver "r4600.inf" /install
Add-PrinterDriver -name $printdriver
However installing it via Intune I get an event id 215 with failed error code 0x0 HRESULT 0x80070705 on the device.
Any help appreciated.
No RepliesBe the first to reply