Purging Offline Policies

andymcp
New Contributor III

We have an issue with a policy that was set to run offline at recurring check-in but has since had the scope reduced to no computers and changed to "once per computer". For some strange reason, we still have a handful of clients that are running the policy and logging it with the JSS on a daily basis.

I imagine a removeframework and re-enroll will definitely take care of the issue but the main question I have is this: Where do offline policies live and how can I ensure they've been removed?

1 ACCEPTED SOLUTION

chriscollins
Valued Contributor

@andymcp they are plist files in /Library/Application Support/JAMF/Offline Policies/

View solution in original post

3 REPLIES 3

rqomsiya
Contributor III

Try refreshing the management framework:

#!/bin/sh
sudo jamf manage
exit 0

chriscollins
Valued Contributor

@andymcp they are plist files in /Library/Application Support/JAMF/Offline Policies/

andymcp
New Contributor III

That did the trick! Thanks!