clear Restricted Software rules

gaetan_barras
New Contributor

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

1 ACCEPTED SOLUTION

ljcacioppo
Contributor III

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

View solution in original post

2 REPLIES 2

ljcacioppo
Contributor III

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

gaetan_barras
New Contributor

Great thank you, I will check this files