I’m trying to enable lost mode and play sound on a group of iPads. I’ve found a way to enable lost mode, but I can’t figure out how to also send play sound command.
xmlData="<mobile_device_command>
<general>
<command>EnableLostMode</command>
<lost_mode_message>$lostModeMsg</lost_mode_message>
<lost_mode_phone>$lostModePhone</lost_mode_phone>
</general>
<mobile_devices>
<mobile_device>
<id>$i</id>
</mobile_device>
</mobile_devices>
</mobile_device_command>
See here for full script: https://gist.github.com/talkingmoose/f44d0d87d08b48daa0e887a6239c1766