Forum Discussion

Sk-73's avatar
Sk-73
Iron Contributor
Jun 24, 2021

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

 

Many thanks in advance.

Sk

  • 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
    • Don_Taylor1720's avatar
      Don_Taylor1720
      Copper Contributor

      Rudy_Ooms_MVP 

      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)

    • Sk-73's avatar
      Sk-73
      Iron Contributor

      Rudy_Ooms_MVP 

       

      Hi Rudy,

       

      Thanks for getting back.

       

      Method 1

      Using the Microsoft Universal Print solution.

       

      I think my client didn't subscribe to that service. I get the below error msg.

      You don't have access to this data. Please make sure you have a Universal Print subscription, that you're a Printer Administrator or Global Administrator, and that your account has been assigned a Universal Print license. Otherwise, please contact your global

       

      I will try method 2 later today.

       

      Thanks.

      Sk

Resources