Posted on 02-17-2021 03:57 PM
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!
Posted on 02-18-2021 05:47 PM
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
Posted on 03-25-2021 02:36 PM
I have not, I'll give it a whirl. Thank you!