Is there any way of setting up a batch command, to do the following nightly task?:
i was looking at the mysql command line client, but I wasn't sure if there was a way to run with load with root privileges?
use jamfsoftware;
DELETE FROM jamfsoftware.mobile_device_app_deployment_queue where current_state!="Managed";
DELETE FROM mobile_device_management_commands where apns_result_status != 'Acknowledged';
quit;
