Skip to content

Instantly share code, notes, and snippets.

@talkingmoose
Last active April 27, 2017 19:45
Show Gist options
  • Select an option

  • Save talkingmoose/507726a70ad54ae552628c2baf963afd to your computer and use it in GitHub Desktop.

Select an option

Save talkingmoose/507726a70ad54ae552628c2baf963afd to your computer and use it in GitHub Desktop.
Add to Self Service and enable only for specific users for testing and resetting DEP enrollments.
#!/bin/sh
sudo rm /var/db/.AppleSetupDone
sudo rm -rf /var/db/ConfigurationProfiles/
sudo rm /Library/Keychains/apsd.keychain
sudo jamf removeFramework
sudo reboot
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment