Gooooood Morning!
I'm working on two policies that:
Policy One:
Deletes a user account
Creates a user account
Trigger a second policy
Policy Two:
Installs a two packages
Installs a LaunchAgent
Reboots computer
Policy one runs OK but it seems like it can't find the custom trigger for Policy Two sometimes. I can check the logs for Policy Two and it's running. I created a script to run after in Policy One to trigger Policy Two. Will running the script after all the other actions ensure that the first script has ran, the account created before triggering Policy Two?
Why do I see more activity in Policy Two, it can only be called by it's custom trigger, right? I thought it might be because the first policy is doing recon while the other policy has been triggered.. ?