Before I make my first ever post, I checked to see if anyone else has posted this. I did not see anything. Hopefully I searched correctly.
I can add printers to my Macs, using the Terminal command line, or create a script in Jamf to add the printers. Same result.
Here is an example of the command.
lpadmin -p Tech_Room_55_Printer -L "Tech Room 55" -E -v lpd://10.100.105.92 -P /Library/Printers/PPDs/Contents/Resources/HP Color LaserJet M651.gz -o printer-is-shared=false
I don't think I need to explain the contents of that command to any of you. Except to say, I want to add a Xerox printer in this case that uses AirPrint. I am connecting Macs, not iOS. When I add the printer manually, using the IP address, I end up with a default printer icon. When I use AirPrint, I get the full icon that represents the actual printer.
My question is, how would I add a printer using a command line and tell configure it with AirPrint.
I will keep tinkering.