there’s also /usr/sbin/lpadmin
as an example – this is similar to something I use for pushing out new printers:
/usr/sbin/lpadmin -p 192.168.1.30 -E -v lpd://192.168.1.30 -P /Library/Printers/PPDs/Contents/Resources/en.lproj/hp\ LaserJet\ 2300.gz -D B&W_Laser
The above shows setting up an HP LaserJet 2300 with IP printing where the printer type is LPD/LPR and giving it a custom name of B&W_Laser.
You can of course run this by SSH-ing into the machine, or using “Send UNIX Command” from ARD2
Comments are closed