Posted on 10-27-2022 06:11 AM
Hey y'all,
I can anyone add printers via the Jamf Admin-app on 10.42. I can click the menu-button, but no dialog shows up. If I rapidly click it several times I can see a dialog for a split second, but it disappears almost immediately.
I see this on all my machines here, MDM enrolled, not enrolled, profile manager enrolled, virtual machine, everywhere.
I'm running Monterey 12.6.1 and 12.6, but it happens also on Ventura.
Does anyone else see this and/or have a workaround for me?
Best
Morgan
Solved! Go to Solution.
Posted on 02-23-2023 08:26 AM
Hey acamare10,
I was recommended to try this:
1. Close Jamf Admin
2. Open Terminal and run:
sudo touch /Library/Preferences/com.jamfsoftware.jamf.plist
3. Open Jamf Admin, and add a Printer
This worked for a few devices, while others were device specific and had to be reset.
Posted on 10-27-2022 06:05 PM
You may be better looking at deploying printers via a script
lpadmin -p "PrinterShortName" -v "Printing Protocol - smb or led://Printer IP address or DNS Name/" -P "Printer Driver Location" -D "Printer Real Name" -L "Printer Location" -o printer-is-shared=false -o auth-info-required=negotiate
lpadmin -p "PrinterShortName" -o Any options you want configured
You can get your current default printer options via terminal and running the command
lpoptions -l
Posted on 10-28-2022 06:38 AM
Thank you for your response. What would be the benefit of using a script instead of the build in way from Jamf (despite the obvious fact that I cannot upload printers at this time)? I use the build in Printer-type to deploy and am quite happy so far.
I _just_ can't upload any new printers with the Admin app.
Posted on 12-06-2022 10:05 AM
Hey Morgan,
I am also experiencing this issue running Jamf Admin 10.42.1 on macOS Venture 13.0.1.
Launch Jamf Admin > Click on "Add Printers" > Dialog prompt, "Jamf Admin wants to make changes enter your password to allow this" > Successful Auth > Click "Add Printers" = No result
Double Click "Add Printers" = Brief popup display with headers Add | Name | Kind which quickly goes away. I will be contacting support about this.
Posted on 02-22-2023 10:54 AM
Hello did you find a solution for this? I am having the same issue.
Posted on 02-23-2023 08:26 AM
Hey acamare10,
I was recommended to try this:
1. Close Jamf Admin
2. Open Terminal and run:
sudo touch /Library/Preferences/com.jamfsoftware.jamf.plist
3. Open Jamf Admin, and add a Printer
This worked for a few devices, while others were device specific and had to be reset.
Posted on 02-23-2023 08:34 AM
Thanks for the reply, I will give it a try.
Posted on 06-01-2023 05:26 AM
Worked for me... Thank you!