Posted on 01-27-2017 08:55 AM
Hi all,
aside from the question if Auto Updates are good or not I am interested in whether Office 2016 Auto Updater needs Admin rights or not when set to "Auto Update&Install".
Someone who actually tested this?
Thanks
Thomas
Posted on 01-27-2017 10:57 AM
Its running as a LaunchDaemon so it shouldn't.
#!/bin/bash
defaults write com.microsoft.autoupdate2 HowToCheck AutomaticDownload
Posted on 01-27-2017 02:09 PM
As of version 3.6 (I believe), Microsoft AutoUpdate (MAU) doesn't need the current user who's running the tool to be an admin.
MAU has a privileged helper tool that allows it to install the updates with elevated privileges.
Posted on 01-30-2017 12:02 AM
Thanks guys, much appreciated.