Is anyone else seeing issues with MS Office Autoupdate on the latst couple versions of Big Sur? This is recent for us. Office installs via Jamf Pro, but when any account tries to run the Autoupdate they get a permissions error. There is no config profile blocking permissions. Even admins cannot run the updater. This is happening on every new install of office for the last couple of weeks.
Have tried permission repairs with Disk Utility. Tried the following:
sudo chown -R root:wheel /Library/Application\\ Support/Microsoft/MAU2.0/Microsoft\\ AutoUpdate.app
sudo chmod -R 775 /Library/Application\\ Support/Microsoft/MAU2.0/Microsoft\\ AutoUpdate.app
I downloaded the latest standard installer yesterday and it produces the same issue when installed via Jamf Pro.
We have found 2 solutions:
- Download the latest version of autoupdate and run it on each user account. Seems to need to be run on every user profile. If you install from one account you cannot run it from another.
- Remove this simple autoupdate config.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AcknowledgedDataCollectionPolicy</key>
<string>RequiredDataOnly</string>
<key>HowToCheck</key>
<string>AutomaticDownload</string>
</dict>
</plist>
I have played with different settings in the config profile to no avail. I have to completely remove any changes to the plist or they cannot run autoupdate.
The problem is, if I remove the config profile thousands of machines will get the stupid data use policy popup, so neither are good solutions.
Any advice is appreciated.