Hi there. In order to keep our extension attributes up-to-date, we have added a recon policy, to run once daily, with a script called as follows;
#!/bin/sh
/usr/local/bin/jamf recon
exit 0
When I run this script locally on macs, the recon command updates the extension attributes correctly, populating the database with the expected results, but when it runs as a policy, all the results are cleared out leaving no information in the extension attribute fields.
Can anyone help to shed light on this or advise how I can force an update to the extension attributes?
Thanks