The Major point of what I am trying to achieve here is to force a full policy Refresh at boot.
There is nothing in a policy that allows for this.
I have a Startup Policy that runs a script that SHOULD achieve this but it does not work in this instance, in other areas though the script does work.
The Heart of the script is basically the below command (plus the echo above it to make the logs easier to read) that chains the 10s pause and the policy refresh into a seperate windows that it does not wait for completion.
Echo Pausing for 10 Seconds to let this script finish, then Re-Check for Policies
sleep 10s && /usr/local/bin/jamf policy &
Any Thoughts ?
