The above looks accurate./ I'll attach mine just incase -- currently
working just fine. Thanks #!/bin/bash ## User Variables jamfProURL="$4"
jamfProUser="$5" jamfProPass="$6" logFiles="$7" ## System Variables
mySerial=$(system_profiler SPHardwareData...
Nice find. It was working for me at first so I had to modify the curl
address commands to a single line by removing the breaks. Now it works
nicely. #!/bin/bash ## User Variables jamfProURL="$4" jamfProUser="$5"
jamfProPass="$6" logFiles="$7" ## Syst...
I'm running into the same issue. We have a profile in place to restrict
iCloud settings and within the "Restrictions" panel I have External
Drives unchecked. Now I have another profile specifically set for Block
USB (external drives) too that can be ...