Managing Printers in Jamf Pro

dmitchell
Contributor

I have never really dove into print management for Mac with Jamf. I can add printers to Jamf Admin, that's easy enough, create policies, etc.....

What is the best way to import a lot of printers? When I add a printer in Jamf Admin, it seems to only see printers on the subnet I am on. We have a few hundred network printers, while I don't want to add them all, I would like to add heavily used ones to Self Service for install.

How would I go about adding printers without having to manually add them to the JSS? I can't really go building to building to get on a different subnet so I can discover printers.

4 REPLIES 4

LovelessinSEA
Contributor II

Jamf really hasn't given us good tools for managing hundreds of printers. We have about 600 printers and are going to look at other options for print management. Printer Logic is the software that i'm most interested in.

ooshnoo
Valued Contributor

Forgo the Jamf solution, and if it's in your budget buy Printer Logic. We use it and it's fabulous.

blackholemac
Valued Contributor III

If the Jamf solution is your tool, your challenge would be:

  1. Determine what drivers you need and capture the packages for them and upload to Jamf Admin. Install each of them once on a test mac.

  2. Use a command in this form to to add them to your test machine.

lpadmin -p $printername -L $printerlocation -E -v ipp://”$printeripaddress” -P $installedppdlocation

I wrote the command this way as you could populate these variables using a csv file. You could also formulate a “for loop” to run that command multiple times based on a cab file https://www.google.com/amp/s/www.cyberciti.biz/faq/bash-for-loop/amp/

  1. That would get your printers installed on the test machine. Assuming no typos in the csv, all should print properly from the test machine. Before trying to go nuts, test the command using a single printer.

  2. Open Jamf Admin and add them all. Once they are in, you could write policies that put the correct printers on for the correct group of people.

I haven’t tested this obviously or I would have posted a working script, but the concept should work. I challenge my colleagues who are more skilled at script writing to formulate the syntax. It becomes a lot easier if your printer fleet is semi-standardized.

I also second folks ideas above. We use Papercut to manage ours. That costs money though.

rtrouton
Release Candidate Programs Tester

I wrote a tool to help with generating printer configurations as payload-free installer packages. It's available via the link below:

https://github.com/rtrouton/payload-free_package_printer_generator

Blog post describing how it works is available here:

https://derflounder.wordpress.com/2017/07/18/generating-printer-configurations-using-payload-free_pa...