Hi everyone. I'm trying to deploy a launch agent to several machines to have them run a particular policy that has to be run for each user who logs on in order for that user to use an application. I have a policy with a script that creates the launch agent and puts it in /Library/LaunchAgent and the launch agent runs when the users log in to the macs. But it doesn't run the policy because it's not being run as root. Is there a way to successfully trigger a policy update using a launch agent?
I'm not using the Login trigger because it's deprecated and we can't wait for the recurring check-in for every user that logs on before they can use the application.