SCCM ability to change office 365 channel like in GPO Settings
Would like to be able to change O365 Channels for Clients in SCCM,
Like you can in GPO... currently GPO wont honor the channel I want because SCCM is managing the O365 Client.

8 comments
-
Rune Uthaug commented
So that's why 90% of my client desktops are stuck on the wrong channel after we decided to switch last year.
I hope this gets fixed.
Until then I guess I'll have to try the official guide: https://docs.microsoft.com/sv-se/sccm/sum/deploy-use/manage-office-365-proplus-updates#change-the-update-channel-after-you-enable-office-365-clients-to-receive-updates-from-configuration-manager -
Santosh Seth commented
No votes left for this great idea
-
Stephane commented
Hi agree, providing options to change update channel from Monthly to semi-annual or semi annual targeted to semi-annual. We need this because we need an easy to have testers come and go (testers would be on the SA targeted channel) so reverting to semi annual is a must.
-
Michael Klein commented
The ability rollback a version and downgrade channels seems to be a BIG miss from Microsoft.
-
Ann Sumner commented
If the original option is not a valid one, another option would be to allow the GPO Update Channel to not only apply the change to HKLM:\\SOFTWARE\Microsoft\Office\ClickToRun\Configuration\UpdateChannel but also HKLM:\\SOFTWARE\Microsoft\Office\ClickToRun\Configuration\CDNBaseUrl which it seems is where configuration manager detects the channel version from.
-
Anonymous commented
Matthew DeBoer,
I thought GPO is setting that registry key? And then it picked up by SCCM? Is that wrong?
-
Tom Wahab commented
Yes this would be a great benefit and ease of administration when deploying O365 Updates with SCCM. If we can administer the Channel native in SCCM, that would be huge Plus, instead of looking for workarounds or reghacks to change the channel.
-
Matthew DeBoer commented
It appears that ConfigMgr does not check the group policy location to detect what updates are required. It does however check the CDNBaseURL at HKLM:\\SOFTWARE\Microsoft\Office\ClickToRun\Configuration
I have tested that deploying a configuration item with the appropriate CDNBaseURL causes the client to detect updates from the desired update channel. These updates also successfully install. I am not certain however if/when these urls change or if this would be supported.
Here are the current CDNBaseURL options for 2016:
'Deferred' = 'http://officecdn.microsoft.com/pr/7ffbc6bf-bc32-4f92-8982-f9dd17fd3114';
'FirstReleaseForDeferred' = 'http://officecdn.microsoft.com/pr/b8f9b850-328d-4355-9145-c59439a0c4cf';
'Current' = 'http://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60';
'FirstReleaseForCurrent' = 'http://officecdn.microsoft.com/pr/64256afe-f5d9-4f86-8936-8840a6a4f5be';You can verify these by comparing them to the content location of an update from the channel you want the client to install.