Created
August 2, 2017 16:10
-
-
Save geoffrepoli/23b842c68aca2ddaa33a6f93f6b5dcea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1. Delete device record from JSS Computer inventory | |
# 2. Remove jamf management framework from computer | |
sudo jamf removeFramework | |
# 3. Force Setup Assistant to re-run | |
sudo rm -f /var/db/.AppleSetupDone | |
# 4. Reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment