Posted on 09-04-2024 07:45 AM
So I have a configuration profile thats installable via execution URL:
jamfselfservice://content?entity=configprofile&id=120&action=execute .
Said config profile has the "Allow Removal" flag checked.
Does JAMF Self Service have a "remove" URL similar to the execution URL , that I can use in Shell script, so I can have a non interactive , script triggered removal of the config profile?
Posted on 09-04-2024 11:45 PM
I'm not aware of any "remove" URL, but you can use "/usr/bin/profiles -R -p [Profile Identifier]" in your script.
To get the identifier, you can just check in Jamf in a computer record, which got the profile installed and check for the Identifier there.
Posted on 09-05-2024 04:47 AM
When I need to give users the ability to install/remove configuration profiles, I do it a bit differently.
The functional behavior.