.mobileconfig - Self Service

spotte15
New Contributor

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

1 REPLY 1

chase_tb
New Contributor II

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.