Posted on 10-03-2017 09:39 AM
Hello everyone,
I tried searching but with limited success. We use a follow me queue on campus so users can print to any printer by logging into their account on the printers.
The manual way we add this printer is but going to printers and scanners in system preferences and then adding the advanced button. In here we have to type smb://username:password@printsau/followmemaincampus and the type is windows printer via spoolss.
When I try to do this via JAMF I have no luck.
Any help or direction to a posting that may exsist on this would be awesome.
Thanks!
Posted on 10-03-2017 10:11 AM
I use papercut. Printers are hosted on windows server 2008 r2. I use scripts to fully automate the installation.
#!/bin/sh
lpadmin -p "NYC-CKPrint" -E -v smb://servername/printersharename -m "/Library/Printers/PPDs/Contents/Resources/en.lproj/Canon iR-ADV C7200s GX400V1.0US" -L "New York Papercut Print Server" -o auth-info-required=negotiate -o printer-is-shared=false
Posted on 10-03-2017 10:18 AM
@cbanfield0818 Are your Macs bound to Active Directory and your users using AD logins? And is your PaperCut printer server running Windows Server with Unix (lpd) Print Services enabled? If so, you can add a printer configured for lpd using the IP address of your server (without the username:password) and specifying the PaperCut queue name, and the Mac will provide the AD credentials of the logged in user when print job is sent to the server. Since you don't have a username:password embedded in your printer config you can use Jamf Pro to deploy it.
Posted on 10-31-2017 06:57 AM
Awesome thanks guys!
We had Enterprise Connect come and setup Enterprise Connect so we are not binding anything.
After they setup there stuff, for whatever reason, I was able to use JAMF pro to add the printer with no issues.
Posted on 10-31-2017 01:32 PM
I prefer @tnielsen's solution, but you can also install the printer object on a machine and capture it with Casper Admin, then deploy with a jamf pro policy.
Posted on 03-21-2018 06:11 PM
Can you provide where in Jamf you deploy printers like you mentioned?
Posted on 03-21-2018 06:44 PM
@fgonzo Here's the general outline: