iOS config should look something like this. And macOS i configured thru
a script and Default.jnprpreconfig.txt Something like this: #!/bin/sh cd
/Users/Shared curl -o Default.jnprpreconfig.txt
https://yourserver/Default.jnprpreconfig.txt sleep 1 /App...
@peter.caldwell Not my script but you're welcome =)It should not matter
if you use Mozilla or not it should work with original code anyway.
@michelm It basically connects to any open wifi access point or connect
to anyone already configured and fetch...
Not exactly what you are asking for but we are using something like this
when computers get stolen. Not my script (think it was found here).
#!/bin/sh INTERFACE=$(networksetup -listallhardwareports | grep -A1
Wi-Fi | tail -1 | awk '{print $2}') STATU...
We are using something like this to create mobile AD user account later
on thru VPN during DEP enrollment process. # Set cocoaDialog location
CD="/Users/Shared/CocoaDialog.app/Contents/MacOS/CocoaDialog" # Dialog
to enter the User name and the create...