I inherited a deployment that has a lot of non-MDM installed profiles.
Further, it seems some of the same configs were attempted with different names.
The pattern I can find is they were all built with ProfileCreator.
I have so many different identifiers - I'm wondering - could I scan using profiles -P and somehow parse the output in such that if it includes: com.github.erikberglund.ProfileCreator.*
It would then use the:
profiles remove -identifier "$variable"
Asking if this is the only approach