Try using this
app:https://github.com/erikberglund/ProfileCreator/releases/tag/v0.2.5-beta.10It
will create a working config profile. Sign it and upload to Jamf.
I had similar problems with my osascript in my token script..I ended up
putting a jamf helper before the password input and getting rid of the
while/do and replacing it with until/done with a counter. When it ran on
my end users it popped up like 20 ...
I use this as an EA and as a self service Command to display VPN IP for
Help Desk Calls !/bin/bash
################################################################## A
script that gets the IP address of the machine while connected to a VPN
##########...