Posted on 10-13-2016 07:57 AM
A question for the Nation...
I have created a few configuration profiles and made them available to the user through Self Service. My question is once the profile has been installed, how can I allow the user to remove/un-install the mobileconfig profile through Self Service?
Is my only option a script?
profiles -R -p
Thanks in advance!!
environment info = JSS v9.96. | Devices range from 10.6 - 10.12
Posted on 10-13-2016 03:27 PM
That's the only way I know how to do it. Get the ID of the profile and use your above command to remove it.
I guess you could scope the profile to a particular Static Group and make a script that leverages the JSS API to add/remove the computer from that Static Group, which would add/remove the profile from the computer. Probably more complicated than you need, though.