I've seen a lot of scripts managing Microsoft Autoupdate, but for years we have simply blocked the executable named
Microsoft AutoUpdate
found from the path here (and probably I went through the process of finding it's name through)
ps -ef | grep AutoUpdate | grep -v grep
33849 3595 1 0 11:38AM ?? 0:00.42 /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft AutoUpdate
33849 3596 1 0 11:38AM ?? 0:00.17 /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft AU Daemon.app/Contents/MacOS/Microsoft AU Daemon
But now with Office 2016, or MAU 3.x probably, the blocked executable doesn't work anymore. Did I miss some massive change that would be causing that? After realizing that, I went and started looking at this, and am also now blocking
Microsoft AU Daemon
since that was not being blocked, but that does not seem to kill the process either. Thoughts? Do I need to move away from this? Shouldn't killing an executable, regardless of what it is, in fact kill it?