Get Support
Recently active
What do Jamf folks think might be the pros/cons of using Account-Driven Device Enrollment vs Prestage Enrollment? I guess in the world of K-12 we are able to manage more in person so Prestage Enrollment works well for us.
I need to setup a few macs on a Windows eco-system. The Macs need to be connected to Active Directory but also the AD user must not be able to sign out of a managed apple id or create a local user account to sign in with their own personal apple id. Has anyone done this with Jamf?
Can someone help me with Figma? I can´t make a PKG file that works, or script. I need step by step tutorial how to do it. Thanks!
Hi all,actually i set the computernames in jamf via api. On inventory update it gets overwritten by the real name of the computer.Can i stop this without forcing the jamf name to the real computer name? In policie settings i only find a way to force the jamf name to be the computer name.Computer itself can be "Adams Macbook". in Jamf it should be/stay "MacBook Pro 12345". 12345 is the id from our hardware database.Greetings FrankGreetings Frank
Hello, I'm trying to figure out a way to deploy Google Drive pre-configured to sync specified folders (Desktop & Documents). I found some documentation Google provides, but it doesn't have any information on this. Has anyone set this up before?Main goal to use google drive to sync files for users who log in without needing to do much but sign in to google.
Hi Guyswe connected JAMF connect to Okta but after user enrollment we see the device name its Macbook how we can able rename that to user first and last name base on okta information
Hello,I'm searching for a solution to an issue I'm facing with the JAMF Connect Login Process when changing the primary email address.Our identity provider is Azure. If we attempt to change a users primary address from eg.(john@company.com) to something else like (john.jones@company.com) and make (john@company.com) an alias for this account, Jamf Connect login will make a new account for this user as the new primary address does not correspond to the account previously created.Is there a way for this user to keep the same account while undergoing a primary address change?Thank you
Hey all, I'm running into an odd issue that wasn't a problem under macOS Big Sur, but is now under Monterey. I'm not sure if this is a brand new issue with 12.3 or if it was always an issue with older versions of Monterey. I hadn't noticed it before any Monterey systems got upgraded to 12.3.Basically I used to direct end users to enable the "Screen Recording" option in Big Sur in the Privacy tab of the Security & Privacy preference pane, for things like Microsoft Teams, so they can share their screen in the application. This was never an issue like I said. All our users are non-admins and they had access to this option without needing admin rights.Now with Monterey this option is greyed out unless they unlock the Security & Privacy pref pane, which of course they can't do, nor do we want them to be able to do.Has anyone else seen this with 12.3 or any version of Monterey? If so, have you figured out a solution? I was under the impression Apple didn't allow for enabling this opt
We have multiple dual-boot classrooms where students wanting to restart into Windows are prevented by the OSX admin prompt because other accounts are logged in. Has anyone come up with a way to get around this, so that standard users (students with AD accounts) can restart a Mac without having to force shut-down?
Hi, not sure where I should start troubleshooting, but for about a week or so (without any change, at least known to me - not the only admin unfortunately) user-initiated enrollments download a quickadd.pkg instead of a profile. Can't to seem to find the setting to change that? Any ideas?Thanks,Georg
Apple added a security feature into Ventura 13.0 for Apple silicon called "Allow accessories to connect" you can find it under System Settings > Privacy & SecurityYou can find the info in the link below under the "Accessory security" headinghttps://support.apple.com/en-au/guide/deployment/dep950aed53e/1/web/1.0 This has caused issues in our environment as we still use AD login and ethernet is required for deployment on the Mac.Apple has given us a solution to the problem in a well hidden MDM command that came out with Ventura.https://github.com/apple/device-management/blob/release/mdm/profiles/com.apple.applicationaccess.yamlHere is the MDM command I am pushing out to our fleet as a Application & Custom Settings payload if anyone is interested.Bundle ID: com.apple.applicationaccess <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0">
I am trying to setup a configuration profile to auto setup the Apple mail app on the iPhone with our company Office 365 mail account. I have the configuration Exchange ActiveSync profile setup and it does do everything i'm looking for but one thing. When the user goes to open the Apple mail app it doesn't prompt for their password. The account profile is there and it's just missing the password part. I am relatively new to this platform so just looking for a suggestion that would help with this. I am really trying not turn on the ability of the user to login with there Apple account if at all possible.
Hello all! I am trying to reverse a script that was run when we setup a new Windows Print Server. We were having a tough time getting Mac's to print using printers hosted on the print server. We tried both SMB and LPT protocols and had no real success. I then tried the following bit of code to attempt to remediate the problem (occasionally we would get the "Hold for authentication" message when viewing the print job in the computers print queue): #!/bin/bash for PRINTER in `lpstat -v | grep 'lpd://' | awk '{print $3}' | tr -d :` do lpadmin -p $PRINTER -o auth-info-required=negotiate done This helped just a few people, but not everyone. What it did do was freak out all of our faculty that print. We are bound to AD for a variety of reasons, but they just couldn't figure out that the credentials that were being asked for were the same they use for literally everything else on their computer. After a few months of trying to figure out why Mac's couldn't print, I stumble u
Hello,We have set a configuration profile to enable firewall and block all incoming connections. However this option has led to disable airdrop, airplay, and Bluetooth and caused them to stop working since they're all sharing features. Is there a way to block incoming connections except AirDrop airplay and Bluetooth? Thanks
Hello everyone,Earlier today I was helping a colleague at work who couldn't login on a M1 Mac. After Googling a bit I started in recovery mode, opened the Terminal and typed resetpassword. After changing the password and reboot it wanted to activate - after a while we got "Failed to create activation request".I Googled some more and now I have removed the Mac from my colleagues Apple ID but we still get the same error. Does anyone know what's best to do next? Is it possible to save the data in any way?
Im using Okta authentication on machines in my company. when using Jamf Connect Configuration to create the com.jamf.connect.login.plist, even when I check the box in the image below and reset the authchanger nothing changes on the login screen when I restart. I want to see if the macOS style login would be better for me to use than the standard Okta login screen. Not sure what I'm doing wrong. Every other option in the Jamf Configuration tool works so I know that I have the plist in the right place. I am using the latest version of Jamf Connect & the configuration tool.
Push certificates are being set up at https://markany2.jamfcloud.com/.When processing using Cloud Services connection, I entered jamf-mdm@markany.co.kr in the Jamf ID Email Address field, but the error "No assets found for this account" is occurring.
Hello Jamf Community! I'm making an extension attribute that basically tracks if a local user is at the Standard level or Admin level. I've ran the script in 2 test macs in our environment where one Mac is a Standard account and the other is an Admin account. For whatever reason, the extension attribute will always resort to "Admin" as the result. I've tried several things to trouble shoot this. Here's what I've done. Originally the elif statement was an else statement I've switched the if statements where it would be != 'Yes', is_admin would be No. and vice versa. I've ensured these script worked by running the script in terminal for both test macs, and they should work. Not too sure what is going on and I'm thinking it's just my jamf environment now. Does anybody have suggestions on what might be going on? #!/bin/bash result='' # Get the current logged-in user current_user=$(whoami) # Check if the current user is an admin is_admin=$(d
We've just encountered an issue where end users are able to delete Self Service from our fully managed iPhones and iPads, despite the option to do this being disabled in the Jamf Pro console. Has anyone else experienced this?
Our MDM profile is current and in date, however we seem to be having issues on enrolment of devices that are being enrolled manually by end users who are not local. Has anyone seen this message before? Checked all local JAMF Pro credentials associated with our JAMF pro instance and nothing jumps out or seems obvious.We incorporate ABM, however some devices we have are purchased outside of Apple and ABM this is one of those any thoughts would be welcome. Thanks
Hi, We have been asked to look at the possibility of supporting Mac Bring Your Own Devices. Phones are easy enough, but how are people supporting Mac Bring Your Own Device? Most users will have admin rights on their own account. What stops them installing software, changing setting when it is a Bring Your Own Device on our network? Best wishes Michael
Blackground :We deal with lots of designers and video editors at my company and they can't do a proper white balance with True Tone. As far as I know, there is no MDM key to manage this setting. Solution :I created an Apple Script (embedded in a bash script) that will open and automatically click the right menus in order to turn off True Tone and Auto Brightness. It only works with an English UI but you'll find a French version on my website. It was written for macOS Monterey and Ventura. Scripts : disable_truetone_english.shBlog post : https://clementine.la/scripts/desactiver-true-tone-par-script/ #!/bin/bash ### # # Author : https://clementine.la # Created : 2022-09-09 # Last Modified : 2022-10-24 # Version : 2.0 # Tested with : macOS 12.6 / macOS 13.0 # ### # Read logged in user loggedInUser=$(scutil <<< "show State:/Users/ConsoleUser" | awk '/Name :/ && ! /loginwindow/ { print
I've configured Jamf Connect on my test machine following the Jamf documentation. However, during the login process, I'm not encountering the IDP login page to input the Azure Credentials.
Hi Team,How do i disable Firefox's diable HTTP/3 (network.http.http3.enabled). I have to create a configuration profile and push it via JAMF to all of the end users. Can someone give me an XML template for this? i couldn't find it anywhere
I'm in the process of trying to make our 3rd party updates easier in our QA environment. We currently have 12 smart groups setup for 12 apps. It's set to Patch Reporting - Less Than and the version we're deploying, and that group is set to the scope in the policy. We have 3 test groups we use, alpha, beta and uat. For each deployment date, we have to add to go in to each smart group and adjust it to add the group and then on the prod deployment, we remove all the test groups. I created a smart group that as all 3 test groups and labeled it deployment users, just set the operator to member of for the group I want to deploy to. I then created another group and added the criteria to member of the deployment users and then added the 12 packages below it. I set that as the scope for each policy, but when doing that, it shows my test mac pending for all the apps, but none are installed except Firefox which I'm testing with. I'm not sure what I'm doing wrong, but I would think it work. Just t
Earn a cool badge and Jamf Nation Reward Bytes for your published articles. We’re looking forward to your submissions!