Skip to main content

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?

Try refreshing the management framework:



#!/bin/sh
sudo jamf manage
exit 0

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


That did the trick! Thanks!