Posted on 12-13-2018 06:58 AM
I'm getting this message on 10.14 Macs even though the Privacy Preferences Policy Control profile is installed.
Anyone got any ideas as to why it keeps popping up despite the Privacy Policy profile is installed? I also have the JamfAppleEvents.mobileconfig profile installed, and still see the popup.
Posted on 12-13-2018 09:39 AM
This is the config you're referring to correct? It should 100% work. Works for out Mojave machines
Posted on 12-14-2018 06:16 AM
Yes. that is the profile I'm using.
Posted on 12-14-2018 08:08 AM
User Approved MDM? or DEP? - if User Approved is the MDM Approved? (Kind of a stupid question being Mojave, I know we're all using DEP but just making sure the profiles approved) - & you've looked through the console logs?
If that's approved, im out of ideas and if nobody else here has any input, I'd reach out to your Jamf Buddy / one of the engineers to troubleshoot, that really really really should not be happening haha
Posted on 06-05-2019 03:23 AM
I'm still seeing this on 10.14.5 on machines that have the config profile installed.
Posted on 09-29-2020 10:39 AM
I'm getting this message when pushing a policy that updates our McAfee agent. How do I implement this config file so that end users don't receive this message?
Posted on 10-20-2020 08:27 AM
I get
"Jamf" would like to administer your
computer. Administration can include
modifying passwords, networking, and
system settings." [ Don't Allow ] [ OK ]
I think I need to do something with PPPC but I'm not sure what.
Posted on 10-20-2020 08:33 AM
Have you got MDM applied by that point? As in what's triggering that question?
Posted on 11-11-2020 12:28 PM
@allanp81 Getting back to this, it's during our main setup after enrollment/MDM, once Self Service gets installed. So, basically step 2 (with step 1 being enroll) - there are about two dozen apps and two dozen scripts that get applied and I think this is one of the scripts. Looking at the content of /Library/Application Support/JAMF/tmp it LOOKS like part of my logic to transfer SecureToken to a newly created local admin account where I'm setting the user's icon. Specifically this is the block of code JAMF is executing:
#$4=username $5=userpw $9=UID $path=/Library/User Pictures/Fun/Gingerbread Man.tif
/usr/bin/dscl localhost -delete /Local/Default/Users/$4
/bin/sleep 5
/bin/rm -Rf /Users/$4
SETUPUSER=$(/usr/sbin/sysadminctl -addUser $4 -password $5 -admin -UID $9 -fullName "$4" -picture "$path" 2>&1)
In my book I'm going to chalk this up to an instance of Apple making Catalina (and likely Bug Sir) a little too much like Windows Vista.
Posted on 11-12-2020 07:41 AM
That's a good analogy, the UAC prompting in Vista was another reason why most avoided it like the plague. I haven't tried Big Sur yet to see if it's even worse.
Posted on 05-24-2021 11:16 AM
I'm still plagued with this on the devices I can't use with ABM yet... there's a similarly dead-ended thread here:
https://www.jamf.com/jamf-nation/discussions/36876/jamf-would-like-to-administer-your-computer
I've tried everything including tearing my hair out to no avail. In my case a script called in a policy that's running sysadminctl to add a securetoken to a user seems to be generating this prompt; I've taken that standard JamfAppleEvents.mobileconfig and added sysadminctl with allowed accessibility, admin files, all files (since it specifically seems to hang on creating a new home folder for the user.) I deduced this from getting the contents of the policy output from /Application Support/JAMF/tmp/POLICY##.tmp and that was the next line that appeared AFTER I clicked OK.
Posted on 07-16-2022 12:30 PM
I am seeing the same exact pop up, using a sysadminctl script...one would think there is a PPPC profile for this, but what?