Q: Disable Microsoft Auto Updates via ARD/Terminal
Hi there,
We have rolled out 100 copies of Office 2011 to our 10.6.7 users.
By default they are currently set to automatically check for Updates. I'd like to stop Microsoft Auto Update from running on each machine and then roll out updates (After our own testing) when we see fit using ARD. This will also save us huge amounts of bandwidth.
Does anyone know how the terminal commands to stop Microsoft Auto Update from running automatically?
I have asked over at Microsoft but I dare say they're not going to be too helpful!
Posted on May 12, 2011 5:01 AM
You could use the defaults command in the Send Unix Command to push out a change to the com.microsoft.autoupdate2 domain, which would alter the preference to manual. I don't have the exact syntax since I've never had to do this, but if you look up the man page for the defaults command, then use the following command to read that preference file:
defaults read com.microsoft.autoupdate2
you can probably figure it out. It's probably going to be something like
defaults write com.microsoft.autoupdate2 HowToCheck Manual
but I may not have the syntax stated correctly. You can test it in Terminal on a test machine to work out the syntax, then use ARD to push the command to your clients.
Regards.
Posted on May 12, 2011 7:49 AM