
Sammeln asked a question.
Updating the Audit Schedule details for Mac devices
Hi,
Does anyone use the Snow Inventory Admin Console to push out changes to Mac audit schedules ?. Is it simply a case of pushing the com.snowsoftware.Inventory.plist file out as a Support File as part of an Agent Update?.
Thanks
Pete
Can you explain a bit more? What is exactly the audit schedule you are talking about? Is it the agent scan time? (which I think works based on a cron job, see the online manual)
Hi Samuel, thanks for coming back to me. Let's say we want to move away from the default schedule (Daily, 9am) to something else (say, Daily 11am). I understand this is configured in the .plist:
<dict>
<key>Hour</key>
<integer>9</integer>
<key>Minute</key>
<integer>0</integer>
</dict>
I have seen the info here: https://www.launchd.info/ but my questions is if those changes to the com.snowsoftware.Inventory.plist file could be pushed out via the SIAC ?