Skip to content
SCCM CMPivot Query for Out-of-Support Office 365 ProPlus

SCCM CMPivot Query for Out-of-Support Office 365 ProPlus

Written By Anoop C Nair
Last Updated July 1, 2024
Posted In SCCM
SHARE

Let’s build a ConfigMgr CMPivot Query for out-of-support Office 365 ProPlus semi-annual and monthly channels. ConfigMgr can help you find the out-of-support versions of Office 365 Pro Plus (a.k.a. Microsoft 365 App) installed devices in your environment.

CMPivot provides a fast and efficient way to assess the status of devices in your environment and execute real-time queries on all connected devices within the chosen collection.

The CMPivot query gives you the real-time value of these versions in your environment. The following blog posts use the SQL query to provide details on Office 365 ProPlus out-of-support devices.

Index
Launching CMPivot Query Window
Semi-Annual Office 365 ProPlus Out-of-Support CMPivot Query
Other Option
Monthly Office 365 ProPlus Out-of-Support CMPivot Query
Other Option
SCCM CMPivot Query for Out-of-Support Office 365 ProPlus – Table 1

NOTE!CMPivot can return on the results of ONLINE devices when running the query. So, this might not make much sense if you want to get a report on all the devices of a global organization.

Patch My PC

Launching CMPivot Query Window

  • Navigate to the device collection against which you want to run the CMPivot query.
  • Select All Systems device collection.

NOTE! – In a production environment with more than many devices, I don’t recommend to use All System collection. Instead, use the collection with a smaller number of devices to try out the query.

  • Right-click on the All Systems collection.
  • Select Start CMPivot.
SCCM CMPivot Query for Out-of-Support Office 365 ProPlus - Fig.1
SCCM CMPivot Query for Out-of-Support Office 365 ProPlus – Fig.1
  • CMPivot Query tool was launched.
  • Get familiarized with new query language and CMPivot tool.
  • Copy any of the following queries (monthly and semi-annual) as required.
  • Check out the Run Query button from the SCCM CMPivot tool.

Semi-Annual Office 365 ProPlus Out-of-Support CMPivot Query

Copy the following CMPivot query to get the list of ONLINE devices for the Out-of-Support Office 365 ProPlus semi-annual channel. More details about the version and CDN Update channel are explained in the previous post.

NOTE! – I don’t think the last part of the build number is significant while checking out the support scenarios. So, in the above example, version number 1902 = build number 11328. You can just use 11328 in the following scenarios.

Office365ProPlusConfigurations | where VersionToReport < '16.0.11328.20644' and cfgUpdateChannel == 'http://officecdn.microsoft.com/pr/7ffbc6bf-bc32-4f92-8982-f9dd17fd3114'
SCCM CMPivot Query for Out-of-Support Office 365 ProPlus - Fig.2
SCCM CMPivot Query for Out-of-Support Office 365 ProPlus – Fig.2

Other Option

OfficeProductInfo | where Channel == 'Semi-Annual Enterprise Channel' and ProductName > '16.0.11929.20648'

Monthly Office 365 ProPlus Out-of-Support CMPivot Query

Copy the following CMPivot query to get the list of ONLINE devices for the out-of-support Office 365 ProPlus Monthly channel. More details about the version and CDN Update channel are explained in the previous post.

Office365ProPlusConfigurations | where VersionToReport < '16.0.12827.20656' and cfgUpdateChannel == 'http://officecdn.microsoft.com/pr/55336b82-a18d-4dd6-b5f6-9e5095c314a6'
SCCM CMPivot Query for Out-of-Support Office 365 ProPlus - Fig.3
SCCM CMPivot Query for Out-of-Support Office 365 ProPlus – Fig.3

Other Option

OfficeProductInfo | where Channel == 'Monthly Enterprise Channel' and ProductName > '16.0.12827.20656'

Resources

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

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion

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