Hey Everyone,
Is there a script available to properly re-install management? Im currently trying with the below bash script but it seems to get hung up on 'jamf removeFramework'. If i run it as a single command via terminal it works fine. Our installer is copied to every machine and also works fine if run one command at a time.
#!/bin/sh
sudo /usr/sbin/jamf removeFramework
cd /Library/ClientEng/security/installers/Casper
sudo installer -pkg QuickAdd.pkg -target /
networksetup -setairportpower airport on
exit 0