Skip to content

Instantly share code, notes, and snippets.

@matthewbodaly
Created April 29, 2016 21:08
Show Gist options
  • Save matthewbodaly/818be381744261a432b4794a410b8bc9 to your computer and use it in GitHub Desktop.
Save matthewbodaly/818be381744261a432b4794a410b8bc9 to your computer and use it in GitHub Desktop.
Reset JAMF MDM ...
#!/bin/bash
# You shouldn't have to do this, but....
jamf removeMdmProfile -verbose -displayJSSTraffic
jamf mdm -verbose -displayJSSTraffic
jamf manage -verbose -displayJSSTraffic
jamf recon -verbose -displayJSSTraffic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment