
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 05-20-2016 08:27 AM
Is there a way to Delete the MDM profile with applescript?
Solved! Go to Solution.
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 05-20-2016 09:45 AM
Hi, sort of. The bash command profiles -D
will do it, so in AppleScript, you would use do shell script "profiles -D"
.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 05-20-2016 09:45 AM
Hi, sort of. The bash command profiles -D
will do it, so in AppleScript, you would use do shell script "profiles -D"
.
