Skip to main content

We have a 'filevault unmanaged' advanced computer search which was to show us the machines which aren't filevault enabled, however, it's never actually worked and we seem to have no way to actually remove it. When you click on said policy it just gives you the swirly animation into forever. Is there some special way of deleting a bad search like this? Thanks!

Have you tried removing it using the API:

#!/bin/sh
curl -sku <jamfAdmin> https://<your.jamfPro.server>/JSSResource/advancedcomputersearches/id/<thePolicyID> -X DELETE

Should get prompted for your admin password


I have not, I'll give it a whirl. Thank you!