Skip to content
SCCM CMPivot Query to find Windows 10 English Language Devices

SCCM CMPivot Query to find Windows 10 English Language Devices

Written By Anoop C Nair
Last Updated June 27, 2024
Posted In SCCM
SHARE

Let’s Find devices with Windows 10 English Language(US) installed using ConfigMgr CMPivot Query. I have seen many questions in HTMDForum that we want the SCCM CMPivot pending reboot.

In this post, you will learn how to use the SCCM CMPivot query to discover Windows 10 English Language Devices. You can customize the CMPivot query according to your needs and requirements.

The primary CMPivot entity used is the Operating System. The CMPivot entity helps to find devices with Windows 10 English language versions and the 2004 version.

entity | operator1 | operator2 | ...

The following is the sample CMPivot query that will help you understand the OperatingSystem entity and the views required to get the report from the SCCM CMPivot report for Windows 10 English Language devices. Hence, we have done a formidable job for you.

Patch My PC
Index
Launch CMPivot
CMPivot Tool – Run Query
CMPivot Query – Windows 10 English language
SCCM CMPivot Query to find Windows 10 English Language Devices – Table 1

Launch CMPivot

To execute CMPivot, launch the tool, navigate to the specific device collection where you intend to run the CMPivot query and select the All Systems device collection.

NOTE! – I don’t recommend using the All System collection in a production environment with more than a few devices. Instead, use the collection with fewer devices to try out the query.

Right-click on the All Systems collection.

  • Select Start CMPivot.
SCCM CMPivot Query to find Windows 10 English Language Devices - Fig.1
SCCM CMPivot Query to find Windows 10 English Language Devices – Fig.1

CMPivot Tool – Run Query

The CMPivot Query tool has been launched, allowing you to familiarize yourself with the new query language and tool functionality. Below, you can copy the queries and try out the Run Query button in the ConfigMgr CMPivot tool.

  • Check out the Run Query button from the ConfigMgr CMPivot tool.
SCCM CMPivot Query to find Windows 10 English Language Devices - Fig.2
SCCM CMPivot Query to find Windows 10 English Language Devices – Fig.2

CMPivot Query – Windows 10 English language

Here are the settings included in the following tables:

1. Language/region: This is the name of the language in the user interface (UI), and all Windows language packs are available on the Windows Server.

2. Language/region tag: This language identifier is used with the DISM tool or in an unattended answer file. It is based on the language tagging conventions of RFC 3066.

3. Language/region ID: This ID is the language identifier in hexadecimal, used with the keyboard identifier for input methods in DISM.

4. Language/region decimal identifier: This number shows the language, and it’s used in Oobe.xml.

You can find the CMPivot values below:

    Language/regionLanguage/region tagLanguage/region IDLanguage/region decimal ID
    English (United States)en-US0x04091033
    English (United Kingdom)en-GB0x08092057
    SCCM CMPivot Query to find Windows 10 English Language Devices – Table 2

    CMPivot Query is used to find Windows 10 US English Language devices.

    OperatingSystem | where OSLanguage == 1033

    CMPivot Query to discover Windows 10 English Language Device with Windows 10 2004.

    OperatingSystem | where OSLanguage == 1033 | where Version == '10.0.19041'
    SCCM CMPivot Query to find Windows 10 English Language Devices - Fig.3
    SCCM CMPivot Query to find Windows 10 English Language Devices – Fig.3

    Resources

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

    Author

    Anoop C Nair is Microsoft MVP! He is a Device Management Admin with more than 20 years of experience (calculation done in 2021) in IT. He is a Blogger, Speaker, and Local User Group HTMD Community leader. His primary focus is Device Management technologies like SCCM 2012, Current Branch, and Intune. He writes about ConfigMgr, Windows 11, Windows 10, Azure AD, Microsoft Intune, Windows 365, AVD, etc.

    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