Skip to main content
Question

Office 2016 Auto Updates need Admin Rights?

  • January 27, 2017
  • 3 replies
  • 40 views

Forum|alt.badge.img+3

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

3 replies

cubandave
Forum|alt.badge.img+10
  • Contributor
  • January 27, 2017

Its running as a LaunchDaemon so it shouldn't.

#!/bin/bash

defaults write com.microsoft.autoupdate2 HowToCheck AutomaticDownload

talkingmoose
Forum|alt.badge.img+36
  • Community Manager
  • January 27, 2017

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.


Forum|alt.badge.img+3
  • Author
  • New Contributor
  • January 30, 2017

Thanks guys, much appreciated.