Created
April 29, 2016 21:08
-
-
Save matthewbodaly/818be381744261a432b4794a410b8bc9 to your computer and use it in GitHub Desktop.
Reset JAMF MDM ...
This file contains 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
#!/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