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
Sk-73
Jun 27, 2021Iron Contributor
- Jun 27, 2021You mean the printix or the win32 app?
- Sk-73Jun 27, 2021Iron Contributor
- Jun 28, 2021Normally I would choose the Microsoft solution... but if you are dealing with tray options ( or I missed something) or don't have the proper licensing. Printix should be a good option. It's very easy to setup and deploy it to your devices.
Just create a test tenant... download the client on your Windows 10 device which is going to act as the gateway and configure/push the printer to the cloud.. WHen your devices have the printix client installed (intune) you can push the printers silently to all devices... Works great