Posted on 08-11-2016 11:54 AM
I accidentally sent a managed preference to set scroll to not natural, to a bunch of machines that were not supposed to have it.
I have removed them from the scope and restarted the machines with no luck. I have also tried flushPolicyHistory, flushCaches and sudo jamf mcx to no avail. It is still greyed out and unchangeable
Any help here would be much appreciated
Solved! Go to Solution.
Posted on 09-04-2016 09:54 AM
For anyone else who may face this issue. The way we resolved this was to run this command in terminal
sudo dscl . -mcxdelete /Computers/localhost
and then restart the machine
Posted on 08-11-2016 12:24 PM
You might try deleting the preference from /Library/Managed Preferences and then run
killall cfprefsd
Posted on 08-12-2016 12:54 AM
Hi @rdwhitt thanks for the info
Just tried that with no luck, even after a restart. Still greyed out
Posted on 08-16-2016 01:06 AM
Still looking for an answer for this
Posted on 09-04-2016 09:54 AM
For anyone else who may face this issue. The way we resolved this was to run this command in terminal
sudo dscl . -mcxdelete /Computers/localhost
and then restart the machine