Skip to main content
Solved

Delete MDM Profiles Applescript

  • May 20, 2016
  • 1 reply
  • 2 views

Forum|alt.badge.img+7

Is there a way to Delete the MDM profile with applescript?

Best answer by davidacland

Hi, sort of. The bash command profiles -D will do it, so in AppleScript, you would use do shell script "profiles -D".

1 reply

davidacland
Forum|alt.badge.img+18
  • Valued Contributor
  • Answer
  • May 20, 2016

Hi, sort of. The bash command profiles -D will do it, so in AppleScript, you would use do shell script "profiles -D".