So we’re only concerned with wired machines talking to a wired Windows print server that talks to the wired printers.
We currently use
/usr/sbin/lpadmin -p myqueue -E -v "smb://myprintserver/myqueue" -P mydriver -o printer-is-shared=false -o HPOption_Duplexer=true -o OpPolicy=Kerberos -o State=Idle -o Accepting=Yes -o printer-error-policy=retry-job
since those options can’t be set using the GUI.
But lpadmin and print drivers are deprecated so we’re looking for guidance.
Can AIrPrint be used for a completely wired setup or does it involve wireless always?
Is IPP the way to go or is it also being deprecated?
How would we set up a queue like above with the new world order?
