Posted on 05-15-2021 09:12 AM
Hi everyone
i'm trying to understand the best way to configure Jamf Protect with our jamf instance. I set up a smart group in jamf to alert users about security issues and that works fine.
Unfortunately the jamf protect documentation is a bit incomplete imho.
What are the next steps i need to follow? Any suggestion or guide to suggest?
Do i need to manually remove the mac from the smart group?
Jamf Protect has some removing capabilities or i need to clean the mac manually?
Posted on 08-01-2021 06:42 PM
We just moved to Jamf Protect and I'm a little confused about the cleaning part as well...
Posted on 08-24-2021 08:20 AM
Hello @Philein and @JKingsnorth
If you want to clear the Extension Attribute for that specific device you can combine the following command in one of your scripts in Jamf Pro.
So once Alert has been followed up you can run the following command to clear up the local Jamf Protect folder and run a recon, then the EA value will be cleared.
#!/bin/bash
rm /Library/Application\ Support/JamfProtect/groups/*
jamf recon
Cheers,
Thijs