Hello nice people!
I'm currently testing deploying printers using Casper, but I'm having a couple of issues.
Deploying printers added by Casper Admin = "Hold for Authentication"
Using the command line = "Printer Paused"
Error logs shows: E [14/May/2015:10:23:35 -0500] [Job 5] Connection refused)
Command I'm using:
/usr/sbin/lpadmin -p "name of printer" -E -v smb://printerserver-forIT.mydomain.com -P /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Resources/Generic.ppd
and
/usr/sbin/lpadmin -p "nameof-IT printer" -E -v smb://printserver-namehere -P /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Resources/Generic.ppd
These are network printers hosted on Windows Server 2012R2. Can someone shed some light on what I'm doing wrong?