Forum Discussion
Sk-73
Jun 24, 2021Iron Contributor
Deploy Printer
Dear all, May I check with you guys, is anyone here know how to deploy a canon network printer to the end user via Intune? Printer model: IR-ADV C5560i 230V How many printers in the office: 2 ...
Jun 24, 2021
You have got multiple options:
1. Using the Microsoft Universal Print solution
2. Printix
3. Creating a win32app with a powershell script in it and the drivers it self
C:\Windows\SysNative\pnputil.exe /add-driver "$psscriptroot\Driver Folder\Subfolder\driver.inf" /install
Add-PrinterDriver -Name "Exact Driver Name"
Add-PrinterPort -Name "10.**.**.***" -PrinterHostAddress 10.**.**.***
Add-Printer "Printer Name" -DriverName "Exact Driver Name" -PortName "10.**.**.***"
https://www.getrubix.com/blog/deploy-individual-printers-with-intune
1. Using the Microsoft Universal Print solution
2. Printix
3. Creating a win32app with a powershell script in it and the drivers it self
C:\Windows\SysNative\pnputil.exe /add-driver "$psscriptroot\Driver Folder\Subfolder\driver.inf" /install
Add-PrinterDriver -Name "Exact Driver Name"
Add-PrinterPort -Name "10.**.**.***" -PrinterHostAddress 10.**.**.***
Add-Printer "Printer Name" -DriverName "Exact Driver Name" -PortName "10.**.**.***"
https://www.getrubix.com/blog/deploy-individual-printers-with-intune
Don_Taylor1720
Dec 08, 2021Copper Contributor
Do you have a solution for multi user devices, I have tried different methods of detection type but non seem to work it just install the printer again for each user so you end up with multiple printers installed.
printerName 1
printerName 1 (copy 1)
printerName 1 (copy 2)