Do you have a policy with a maintenance payload running with " Flush
System Caches Flush caches from /Library/Caches/ and
/System/Library/Caches/, except for any com.apple.LaunchServices caches
Flush User Caches Flush caches from ~/Library/Caches/, ~...
Below is what I use, works fine in 10.12 !/bin/sh ####
firmwarePass="$(firmwarepasswd -check)"; if [ "$firmwarePass" ==
"Password Enabled: Yes" ]; then echo "Set";else echo
"Not Set"fi
Here is the extension attribute for Autoupdater, after you create it you
can make smartgroup to key off of. !/bin/sh MAUVers=$(defaults read
/Library/Application Support/Microsoft/MAU2.0/Microsoft
AutoUpdate.app/Contents/Info CFBundleVersion) echo
"$...