I use a script to force update MAU once a week for example. You could read the version of MAU via an extension attribute:
mau_version=$(defaults read /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/Info.plist CFBundleShortVersionString)
echo "<result>${mau_version}</result>"
Thanks a lot, that looks really promising.
Have you tried Smart Groups? I have a smart group setup to detect versions "like" 3.8. Seems to work. I'm deploying the latest version to folks who have versions below 3.9.
I believe Microsoft AutoUpdate is a category all by itself.
Microsoft AutoUpdate (MAU) is indeed an application, but it lives in the /Library folder.. By default, Jamf only collects application inventory in the /Applications folder.
You can edit your Inventory Collection settings to include the path to MAU and collect application information via recon and as part of the Update Inventory policy:
/Library/Application Support/Microsoft/MAU2.0
I did consider adding the MAU path to the inventory collection for apps, but since I don't know how the collection behaves in case a path does not exist I rather went for an EA as shown above.
@mschroder, Jamf just added a new Patch Policy for Microsoft AutoUpdate. You can now delete the EA and start using the new Patch Policy.