Hello everyone,After looking around for a little bit, borrowing from a few forums to make a script that adds exceptions to the popup portion of Safari's settings. I thought I would include this for anyone who would want to add it. Keep in mind this p... View more
We tried this and several other approaches to no avail, are there any currently-working solutions to change the keyboard input language programatically? #!/bin/bash # Script to set the default keyboard layout to British # Set the keyboard layout to B... View more
Hi All, I’m Darshan Hiranandani, facing an issue where the Self Service notification banner keeps appearing at the top right corner of the screen, even after attempting to disable it through different methods. I’ve tried deploying a script via Policy... View more
Hello everyone!Has anyone ever had a Mac not automatically check-in (and therefore also inventory updates) but only when the user carries out some operation via self-service?It appears as if the incoming connection from Jamf is blocked/filtered, but ... View more
How do I generate an mdm profile to populate mdmProfileData for a return to service API call?https://learn.jamf.com/en-US/bundle/technical-articles/page/Return_to_Service.html#ariaid-title3 View more
This is an ever growing / changing library of common functions that I have created over the years. Fairly easy to use, just grab the common functions you need when creating your own scripts. Thought I would share with the community. Any feedback is w... View more
We work in an area where users do not have admin rights, so I put together this script that allows them to remove apps from the main /Applications folder. You can control which required apps cannot be removed: #!/bin/zsh # # App Delete # # Written: A... View more
WIP script to show all relevant IP addresses running on an end users Mac. Good for having the user give you their IP addresses when trying to remote in. Uses Swift Dialog to show info to users...designed to be run from Self Service. #!/bin/zsh ######... View more
Greetings All!, Just getting started on my road to JAMF admin and am slowly building up my library of First Aid apps inside of Self service. Trying to eliminate tickets coming my way and empowering the Help Desk to do some of this stuff. I created th... View more
Hello I am blanking on trying to come up with the answer. My boss has tasked me with a way to remove all of our canon office printers from users Mac os devices. Obviously the first thing I have done is create a script. But my boss is telling me that ... View more
I have been trying to get Barracuda Device Manager installed from JAMF on our companies macbooks. In order to install it manually you have run a script that Barracuda provides. I have no issues doing the manual install but I want to automate it now. ... View more
Hey Jamf Admins! Our next LaunchPad Virtual Meetup is happening on Friday, January 10th at Noon MT (GMT-7), and we’re diving into Apple’s Platform Single Sign-On (PSSOe) with @rabbitt, Sr. Consulting Engineer Identity & Access Management. In this ses... View more
Everyone in my environment gets Office preinstalled on their Macs. Users with Acrobat Pro licenses may install the app through the Creative Cloud Desktop app. When Acrobat Pro users install the app, next time they open Word or PowerPoint, they get an... View more
Hi everyone, I am searching for the API which will provide the list of all the applications and its latest version. This will help if the installed app on the computer, is having the latest version or not. I tried this API, but couldn't get the lates... View more
Hello everyone,I've configured some new extension attributes connected to eDirectory. In this case it tells if the computer or devices is connected to a student or an employee. Since we haven't had the information in Jamf before, it seems like it has... View more
I want to share a useful link,Jamf Youtube Channel has published,how to troubleshoot Configuration Profiles in Jamf Promake sure the Configuration profile you created is correct, sent to the Mac, and processed until complete, if not, you can find whe... View more
Has anyone ever tried preventing the MFA requirement each time your user's log into Self Service with their corporate account? We as techs usually set up laptops for users to a certain extent and its been kind of a pain to have the user verify for us... View more
Hello,We would like to start utilizing the return to service app however I am unsure how to scope our deployment network. Our network is cert. based so we have a temp network we use to get the devices online to get their configs and then we manually ... View more