Posted on 08-23-2021 12:02 AM
Hello all,
is there a way to clear all restricted software rules with a command line.
when we want remove jamf on a computer we use "sudo jamf removeMdmProfile and removeFramework" but I'm not sure that the restricted software rules are removed.
thank you
Solved! Go to Solution.
Posted on 08-23-2021 07:19 AM
Restricted software entries are stored at
/Library/Application Support/JAMF/.jmf_settings.json
However, since that should only be enforced by the jamf Daemon, removing the framework I believe should already handle making sure they aren't restricted once the framework is gone
Posted on 08-23-2021 07:19 AM
Restricted software entries are stored at
/Library/Application Support/JAMF/.jmf_settings.json
However, since that should only be enforced by the jamf Daemon, removing the framework I believe should already handle making sure they aren't restricted once the framework is gone
Posted on 08-26-2021 04:22 AM
Great thank you, I will check this files