Skip to main content
Solved

clear Restricted Software rules

  • August 23, 2021
  • 2 replies
  • 25 views

Forum|alt.badge.img+2

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

Best answer by ljcacioppo

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

2 replies

ljcacioppo
Forum|alt.badge.img+17
  • Jamf Heroes
  • Answer
  • August 23, 2021

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


Forum|alt.badge.img+2
  • Author
  • New Contributor
  • August 26, 2021

Great thank you, I will check this files