Posted on 08-23-2017 10:22 AM
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?
Solved! Go to Solution.
Posted on 08-23-2017 06:21 PM
@andymcp they are plist files in /Library/Application Support/JAMF/Offline Policies/
Posted on 08-23-2017 01:01 PM
Try refreshing the management framework:
#!/bin/sh
sudo jamf manage
exit 0
Posted on 08-23-2017 06:21 PM
@andymcp they are plist files in /Library/Application Support/JAMF/Offline Policies/
Posted on 08-25-2017 06:25 AM
That did the trick! Thanks!