Skip to content
Learn How to Manage Office 365 Client Upgrade from SCCM

Learn How to Manage Office 365 Client Upgrade from SCCM

Written By Sharad Singh
Last Updated July 6, 2024
Posted In SCCM
SHARE

This post will provide details about enabling Office 365 client updates, creating collections for Office 365 upgrades?, and Office 365 Client Upgrade.

Managing Office 365 client updates is challenging for many organizations, as Microsoft releases Office 365 updates very frequently, based on the channels you have used in your organization.

Many organizations do it via an auto-update to update their clients, some have not used it, and some use the legacy method to create an application/package and deploy it to their clients.

SCCM can manage Office 365 client updates by using Software Update management. First, we need to confirm all the requirements and prerequisites are in place to deploy the Office 365 updates.

Patch My PC

If you have to create the Office365 Package in SCCM, you can follow th steps How to Install Office 365 ProPlus Client package with all the steps.

Index
Office 365 Client Upgrade from SCCM
Requirements – Office 365 Client Upgrade
Enable Office 365 clients
Enable Classification and Product for Office 365
Create Collections for Office 365 ProPlus
Semi-Annual Channel Updates
Create Automatic Deployment Rule
Add additional deployments
User Experience
Learn How to Manage Office 365 Client Upgrade from SCCM – Table.1

Related PostsHow to Install Office 365 ProPlus Client Package, How to Change Office 365 Update Channel with SCCM Run Script, and SCCM to Deploy and Install Office 365 ProPlus Updates

IMP – Office 365 ProPlus Bandwidth Consideration PostsLean/HybridBuilding dynamic, lean & universal packages for Office 365 ProPlus & Office 365 ProPlus Deployment and Proxy Server Guidance!

Office 365 Client Upgrade from SCCM

In this blog post, I will describe the setup of the ADR used for the Deployments of the Office 365 ProPlus Semi-Annual Channel.

Before starting the Office 365 client update, you must have to verify the requirements for using SCCM to manage Office 365 client updates:

Requirements Office 365 Client Upgrade

  • SCCM update 1602 or later
  • An Office 365 client
  • Supported channel version for Office 365 client
  • Windows Server Update Services (WSUS) 4.0

You need to enable office 365 clients to receive the updates from SCCM, you can allow it via SCCM client setting or Group policy, and in SCCM, you need to enable the office 365 client updates.

Enable Office 365 clients

After configuring this setting and deploying Office 365 updates, the SCCM client agent communicates with the Office 365 client agent to download and install the updates from a distribution point. 

SCCM takes inventory of Office 365 ProPlus Client settings.

  • In the SCCM console, click Administration > Overview > Client Settings.
  • Click default client settings Properties, then go to Software Updates and select Yes for the Enable management of the Office 365 Client Agent setting.

Another method is to Enable Office 365 clients to receive updates from SCCM by using the Office Deployment Tool or Group Policy.

Enable Classification and Product for Office 365

To manage Office 365 updates via SCCM, we must enable the following classification and product.

  • Navigate to SCCM console – \Administration\Overview\Site Configuration\Sites. Click on Settings – Configure Site Components – Software Update point component – Properties.
  • Go to the Classification tab and enable Updates. Once updates from the classification tab are allowed (to support Office 365 updates), you can go to the Products tab to help “Office 365 Client“.

Create Collections for Office 365 ProPlus

First, we will create collections for Office 365 updates. Each Collection is defined by the CDNBaseURL, which gets populated upon installation.

This property is leveraged over other options as it provides the Office Channel’s most consistent and accurate definition.

The following query rule should be used for each of the Channels. Be sure to update each with the proper CDNBaseURL value.

select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_OFFICE365PROPLUSCONFIGURATIONS on SMS_G_System_OFFICE365PROPLUSCONFIGURATIONS.ResourceID = SMS_R_System.ResourceId where SMS_G_System_OFFICE365PROPLUSCONFIGURATIONS.CDNBaseUrl = "http://officecdn.microsoft.com/pr/7ffbc6bf-bc32-4f92-8982-f9dd17fd3114"
  1. Monthly Channel (Current Channel): CDNBaseUrl = http://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60
  2. Semi-Annual Channel (Deferred Channel): CDNBaseUrl = http://officecdn.microsoft.com/pr/7ffbc6bf-bc32-4f92-8982-f9dd17fd3114
  3. Monthly Channel (Targeted) (First Release for Current Channel): CDNBaseUrl = http://officecdn.microsoft.com/pr/64256afe-f5d9-4f86-8936-8840a6a4f5be
  4. Semi-Annual Channel (Targeted) (First Release for Deferred Channel): CDNBaseUrl = http://officecdn.microsoft.com/pr/b8f9b850-328d-4355-9145-c59439a0c4cf
Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.1
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.1

Semi-Annual Channel Updates

The number of deployments will differ depending on the organizations and their needs. The following deployments are my own and will showcase three (3) servicing deployments, each allowing 15 days of deployment availability.

This allows an Administrator to delay a deployment if an issue is identified. The availability date is based on when the new version of the Semi-Annual Channel is released (Every six months, in January and July) and when the ADR rule is scheduled to run.

Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.2
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.2

Create Automatic Deployment Rule

This ADR will run every month on the 2nd Wednesday of the month. This option allows the IT Administrator to update this rule to reflect the most recent version of the Semi-Annual Channel released build.

In the SCCM, click Software Library >Software Updates > Automatic Deployment Rules> Create Automatic Deployment Rule.

Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.3
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.3
Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.4
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.4
Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.5
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.5
Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.6
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.6
Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.7
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.7
Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.8
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.8
Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.9
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.9

Then next, add the distribution points and download location and languages.

Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.10
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.10

Add additional deployments

Now we have an ADR created and deployed on Phase-1 IT users to test Office 365 and its new features; the next action is to deploy the updates on Phase-2 Pilot users and then all production users.

Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.11
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.11
Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.12
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.12
Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.13
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.13
Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.14
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.14
Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.15
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.15
Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.16
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.16

User Experience

The default user experience behavior is Hide in Software Center and all notifications. There are loads of granularity options for setting up the deadline behavior and device restart behavior.

Learn How to Manage Office 365 Client Upgrade from SCCM - Fig.17
Learn How to Manage Office 365 Client Upgrade from SCCM – Fig.17

So I hope that the above process will help simplify the deployment of Office 365 updates as much as possible.

Resources

We are on WhatsApp. To get the latest step-by-step guides and news updates, Join our Channel. Click here –HTMD WhatsApp.

Author

Sharad Singh has been working in the industry since 2007. Since starting, he’s worked with Active Directory, Group Policy, SCCM SCOM, MS Intune, and PowerShell. Sharad currently works as a Senior consultant in Japan. Most recently his focus has been in SQL reporting for SCCM, MS Intune and SCCM migration.

Written by

Sharad has been working in the industry since 2007. Since starting he's worked with Active Directory, Group Policy, SCCM SCOM, MS Intune, and PowerShell. Sharad currently works as Senior consultant in Japan. Most recently his focus has been in SQL reporting for SCCM, MS Intune and SCCM migration.

Discussion · 1 comment

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read