A few months ago Microsoft changed the names of the Microsoft 365 Apps update channels (May 2020) and the titles of the Microsoft 365 Apps update channels monthly feature/security updates (July 2020). In this post I will show you what impact this could have on your active Office 365 environment in MECM (SCCM).
The following table shows the new name and previous name for each Microsoft 365 Apps update channel.
New Name | Previous Name |
---|---|
Beta Channel | Insider (sometimes referred to as Insider Fast) |
Current Channel (Preview) | Monthly Channel (Targeted) (sometimes referred to as Insider Slow) |
Current Channel | Monthly Channel |
Monthly Enterprise Channel | (No previous name, this is a new channel) |
Semi-Annual Enterprise Channel (Preview) | Semi-Annual Channel (Targeted) |
Semi-Annual Enterprise Channel | Semi-Annual Channel |
Automatic Deployment Rules
If you have created automatic deployment rules for all of the different Office 365 update channels you perhaps have to change the following.
Change the names of the ADR’s in the names corresponding in the new names (see the table above) like:
Microsoft 365 Apps Monthly Enterprise Channel
In order for each ADR to only show the updates corresponding to the Channels you can change the property filter: Title
Open the properties of the ADR and go to the Tab: Software Updates. In this example we use the ADR of the Monthly Enterprise Channel.
Now Click on the Title in the Search Criteria section and add the following criteria:
Monthly Enterprise Channel (This will show the Monthly Enterprise Channel updates)
-(Preview) (this will not show the monthly channel preview updates)
If you click the preview button, you will see which updates will be found.
In this case we only see the Monthly Enterprise Channel updates, so this ADR is fine now.
Repeat these steps for all of your Office 365 ADR’s in order for them to work with the new channel names.
Office Deployment Tool (XML)
When using the Office Deployment Tool, you can specify the Channel attribute in your configuration XML file. This sets the default Update channel after installing the Microsoft 365 Apps.
The following table shows the new name and previous name for each attribute value. So perhaps you also have to change this in your active xml files that you use for the Microsoft 365 Apps.
Update channel | New attribute value | Previous attribute value |
---|---|---|
Beta Channel | BetaChannel | InsiderFast |
Current Channel (Preview) | CurrentPreview | Insiders |
Current Channel | Current | Monthly |
Monthly Enterprise Channel | MonthlyEnterprise | |
Semi-Annual Enterprise Channel (Preview) | SemiAnnualPreview | Targeted |
Semi-Annual Enterprise Channel | SemiAnnual | Broad |
In the Office 365 deployment xml you can change the channel in the highlighted section below:
Configuration Items
If you have created Configuration Items and baselines in MECM (SCCM) to change the Update channel of a workstation based on a registry entry you might have to check the Configuration Item of the Monthly channel. Because the Monthly changed to the Current and the new Monthly is a new channel so the url changed.
Channel Name | URL |
---|---|
Beta Channel | http://officecdn.microsoft.com/pr/5440fd1f-7ecb-4221-8110-145efaa6372f |
Current Channel (Preview) | http://officecdn.microsoft.com/pr/64256afe-f5d9-4f86-8936-8840a6a4f5be |
Current Channel | http://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60 |
Monthly Enterprise Channel | http://officecdn.microsoft.com/pr/55336b82-a18d-4dd6-b5f6-9e5095c314a6 |
Semi-Annual Enterprise Channel (Preview) | http://officecdn.microsoft.com/pr/b8f9b850-328d-4355-9145-c59439a0c4cf |
Semi-Annual Enterprise Channel | http://officecdn.microsoft.com/pr/7ffbc6bf-bc32-4f92-8982-f9dd17fd3114 |
Open the properties off the Configuration Item you have to change. Open the tab Settings and open the setting for the CDNBaseUrl.
Go to the tab Compliance Rules and open edit the rule. Change the CDNBaseUrl in the new url of the Monthly Enterprise Channel listed in the table above.
Be sure and check all of your Configuration items for the update channel if the CDNBaseURl is still the correct channel.