├── AutoUpdate ├── Disable AutoUpdate │ ├── com.microsoft.autoupdate2.plist │ └── disable-autoupdate.sh ├── Disable Office Insider │ ├── com.microsoft.autoupdate2.plist │ └── disable-office-insider.sh ├── Disable Telemetry │ └── com.microsoft.autoupdate2.plist ├── Enable AutoUpdate to AutoDownload and Install │ ├── com.microsoft.autoupdate2.plist │ └── enable-automatic-download-and-install.sh ├── MAUCacheAdmin │ ├── MAUCacheAdmin commands.txt │ └── com.talkingmoose.maucacheadmin.plist ├── Manifest Server │ ├── com.microsoft.autoupdate2.plist │ └── manifest-server.sh ├── Microsoft AutoUpdate 4.0 │ └── mau commands.txt ├── Set AutoUpdate Cache Server │ ├── com.microsoft.autoupdate2.plist │ └── set-update-cache-server.sh ├── Set AutoUpdate Channel Name │ ├── com.microsoft.autoupdate2.plist │ └── set-update-channel-name.sh └── Set AutoUpdate Check Frequency │ ├── com.microsoft.autoupdate2.plist │ └── set-update-check-frequency.sh ├── Error Reporting └── Disable Telemetry File Upload │ └── com.microsoft.errorreporting.plist ├── Excel ├── Disable First Run Setup Dialogs │ ├── com.microsoft.Excel.plist │ └── disable-first-run-dialogs.sh └── Disable Telemetry │ └── com.microsoft.Excel.plist ├── Installation ├── choices.plist ├── install-office-2016-with-choices.sh └── install-office-2016.sh ├── Office 365 └── Disable Telemetry │ └── com.microsoft.Office365ServiceV2.plist ├── Office └── default-open-and-save-location.sh ├── OneNote └── Disable Telemetry │ └── com.microsoft.onenote.mac.plist ├── Outlook ├── Disable First Run Dialogs │ ├── com.microsoft.Outlook.plist │ └── disable-first-run-dialogs.sh └── Disable Telemetry │ └── com.microsoft.Outlook.plist ├── PowerPoint ├── Disable First Run Dialogs │ ├── com.microsoft.Powerpoint.plist │ └── disable-first-run-dialogs.sh └── Disable Telemetry │ └── com.microsoft.Powerpoint.plist ├── README └── Word ├── Disable First Run Dialogs ├── com.microsoft.Word.plist └── disable-first-run-dialogs.sh └── Disable Telemetry └── com.microsoft.Word.plist /AutoUpdate/Disable AutoUpdate/com.microsoft.autoupdate2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Disable AutoUpdate/com.microsoft.autoupdate2.plist -------------------------------------------------------------------------------- /AutoUpdate/Disable AutoUpdate/disable-autoupdate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Disable AutoUpdate/disable-autoupdate.sh -------------------------------------------------------------------------------- /AutoUpdate/Disable Office Insider/com.microsoft.autoupdate2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Disable Office Insider/com.microsoft.autoupdate2.plist -------------------------------------------------------------------------------- /AutoUpdate/Disable Office Insider/disable-office-insider.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Disable Office Insider/disable-office-insider.sh -------------------------------------------------------------------------------- /AutoUpdate/Disable Telemetry/com.microsoft.autoupdate2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Disable Telemetry/com.microsoft.autoupdate2.plist -------------------------------------------------------------------------------- /AutoUpdate/Enable AutoUpdate to AutoDownload and Install/com.microsoft.autoupdate2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Enable AutoUpdate to AutoDownload and Install/com.microsoft.autoupdate2.plist -------------------------------------------------------------------------------- /AutoUpdate/Enable AutoUpdate to AutoDownload and Install/enable-automatic-download-and-install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Enable AutoUpdate to AutoDownload and Install/enable-automatic-download-and-install.sh -------------------------------------------------------------------------------- /AutoUpdate/MAUCacheAdmin/MAUCacheAdmin commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/MAUCacheAdmin/MAUCacheAdmin commands.txt -------------------------------------------------------------------------------- /AutoUpdate/MAUCacheAdmin/com.talkingmoose.maucacheadmin.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/MAUCacheAdmin/com.talkingmoose.maucacheadmin.plist -------------------------------------------------------------------------------- /AutoUpdate/Manifest Server/com.microsoft.autoupdate2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Manifest Server/com.microsoft.autoupdate2.plist -------------------------------------------------------------------------------- /AutoUpdate/Manifest Server/manifest-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Manifest Server/manifest-server.sh -------------------------------------------------------------------------------- /AutoUpdate/Microsoft AutoUpdate 4.0/mau commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Microsoft AutoUpdate 4.0/mau commands.txt -------------------------------------------------------------------------------- /AutoUpdate/Set AutoUpdate Cache Server/com.microsoft.autoupdate2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Set AutoUpdate Cache Server/com.microsoft.autoupdate2.plist -------------------------------------------------------------------------------- /AutoUpdate/Set AutoUpdate Cache Server/set-update-cache-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Set AutoUpdate Cache Server/set-update-cache-server.sh -------------------------------------------------------------------------------- /AutoUpdate/Set AutoUpdate Channel Name/com.microsoft.autoupdate2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Set AutoUpdate Channel Name/com.microsoft.autoupdate2.plist -------------------------------------------------------------------------------- /AutoUpdate/Set AutoUpdate Channel Name/set-update-channel-name.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Set AutoUpdate Channel Name/set-update-channel-name.sh -------------------------------------------------------------------------------- /AutoUpdate/Set AutoUpdate Check Frequency/com.microsoft.autoupdate2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Set AutoUpdate Check Frequency/com.microsoft.autoupdate2.plist -------------------------------------------------------------------------------- /AutoUpdate/Set AutoUpdate Check Frequency/set-update-check-frequency.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/AutoUpdate/Set AutoUpdate Check Frequency/set-update-check-frequency.sh -------------------------------------------------------------------------------- /Error Reporting/Disable Telemetry File Upload/com.microsoft.errorreporting.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/Error Reporting/Disable Telemetry File Upload/com.microsoft.errorreporting.plist -------------------------------------------------------------------------------- /Excel/Disable First Run Setup Dialogs/com.microsoft.Excel.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/Excel/Disable First Run Setup Dialogs/com.microsoft.Excel.plist -------------------------------------------------------------------------------- /Excel/Disable First Run Setup Dialogs/disable-first-run-dialogs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/Excel/Disable First Run Setup Dialogs/disable-first-run-dialogs.sh -------------------------------------------------------------------------------- /Excel/Disable Telemetry/com.microsoft.Excel.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/Excel/Disable Telemetry/com.microsoft.Excel.plist -------------------------------------------------------------------------------- /Installation/choices.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/Installation/choices.plist -------------------------------------------------------------------------------- /Installation/install-office-2016-with-choices.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/Installation/install-office-2016-with-choices.sh -------------------------------------------------------------------------------- /Installation/install-office-2016.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/Installation/install-office-2016.sh -------------------------------------------------------------------------------- /Office 365/Disable Telemetry/com.microsoft.Office365ServiceV2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/Office 365/Disable Telemetry/com.microsoft.Office365ServiceV2.plist -------------------------------------------------------------------------------- /Office/default-open-and-save-location.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/Office/default-open-and-save-location.sh -------------------------------------------------------------------------------- /OneNote/Disable Telemetry/com.microsoft.onenote.mac.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/OneNote/Disable Telemetry/com.microsoft.onenote.mac.plist -------------------------------------------------------------------------------- /Outlook/Disable First Run Dialogs/com.microsoft.Outlook.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/Outlook/Disable First Run Dialogs/com.microsoft.Outlook.plist -------------------------------------------------------------------------------- /Outlook/Disable First Run Dialogs/disable-first-run-dialogs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/Outlook/Disable First Run Dialogs/disable-first-run-dialogs.sh -------------------------------------------------------------------------------- /Outlook/Disable Telemetry/com.microsoft.Outlook.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/Outlook/Disable Telemetry/com.microsoft.Outlook.plist -------------------------------------------------------------------------------- /PowerPoint/Disable First Run Dialogs/com.microsoft.Powerpoint.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/PowerPoint/Disable First Run Dialogs/com.microsoft.Powerpoint.plist -------------------------------------------------------------------------------- /PowerPoint/Disable First Run Dialogs/disable-first-run-dialogs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/PowerPoint/Disable First Run Dialogs/disable-first-run-dialogs.sh -------------------------------------------------------------------------------- /PowerPoint/Disable Telemetry/com.microsoft.Powerpoint.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/PowerPoint/Disable Telemetry/com.microsoft.Powerpoint.plist -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/README -------------------------------------------------------------------------------- /Word/Disable First Run Dialogs/com.microsoft.Word.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/Word/Disable First Run Dialogs/com.microsoft.Word.plist -------------------------------------------------------------------------------- /Word/Disable First Run Dialogs/disable-first-run-dialogs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/Word/Disable First Run Dialogs/disable-first-run-dialogs.sh -------------------------------------------------------------------------------- /Word/Disable Telemetry/com.microsoft.Word.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talkingmoose/Microsoft-Office-2016-for-Mac-Management/HEAD/Word/Disable Telemetry/com.microsoft.Word.plist --------------------------------------------------------------------------------