The following command starts the policy deployment on a device via terminal command. It can be run remotely via LiveTerminal, GoLive, or the Devices page.
if sudo launchctl start com.addigy.policier; then echo "Policy started." && exit 0; else echo "Error starting policy." && exit 1; fi
This will start the policier process that downloads and executes all of the items associated with a policy. It will output "Policy started" once the policier starts running, or "Error starting policy." if it fails to start the policier.
Note: The above command will have no effect on a currently running policy.