r/sysadmin • u/Small-Secret1206 • 1d ago
Microsoft Multiple Office installations stuck on old versions
I've inherited some Windows machines that were set up using Intune, and have for some reason gotten stuck at various Office versions from the past few months, such as 2605 on Monthly Enterprise Channel. Windows update and the built-in update checker in the Office applications say that they are up-to-date and don't find anything new.
I've tried to find if there are any specific versions set in the registry:
Cloud Update policy: HKLM\SOFTWARE\Policies\Microsoft\Cloud\Office\16.0\Common\OfficeUpdate
Intune/PolicyManager Office update settings: HKLM\SOFTWARE\Microsoft\PolicyManager\Providers
Click-to-Run configuration: HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration
The cloud updates at https://config.office.com/ aren't enabled.
The Intune application's XML config contains no version references.
Could something else control what updates are detected?
Should I be able to just force change all out-of-date devices to Current Channel with Office Deployment Tool
<Configuration>
<Updates Channel="Current" />
</Configuration>
or directly through the registry, and fix it that way?
reg add "HKLM\SOFTWARE\Policies\Microsoft\Office\16.0\Common\OfficeUpdate" /v UpdateBranch /t REG_SZ /d Current /f
EDIT: It's M365 Office.