Create Windows 11 24H2 Device Collection in SCCM

In this tutorial, we’ll show you how to create Windows 11 24H2 device collection in SCCM. We will make use of a WQL query to group all the devices running Windows 11 version 24H2 into a collection.

This SCCM collection is essential for deploying apps and policies specific to devices running Windows 11 version 24H2. After this collection is ready, you can use it for managing applications, deploying compliance settings, or installing software updates.

Most of you are aware that Microsoft has released the Windows 11 24H2 update. It is the latest update available for Windows 11 and eligible versions of Windows 10. You may read what’s new in Windows 11 24H2 version to find out the new features.

The build number, 10.0.26100, will be used in the WQL query that we will use to create the device collection for Windows 11 24H2. That’s all you need to put the 24H2 devices into a collection.

We are going to use Configuration Manager version 2403 to create this collection. The support for 24H2 will be added with SCCM version 2409.

Create Windows 11 24H2 Device Collection

A device collection for Windows 11 24H2 can be setup with the following steps:

1. In the SCCM Console, navigate to Assets and Compliance\Overview\Device Collections.
Right-click on the Devices Collections node and select Create Device Collection.

2. Enter the name for this collection as “Windows 11 24H2 devices“. Next, choose the limiting collection as All Systems and click Next.

Create Windows 11 24H2 SCCM Device Collection
Create Windows 11 24H2 SCCM Device Collection

3. On the Membership Rules window, select Add Rule and from the drop-down, select Query Rule. In the Query Rule Properties box, enter the query name and click Edit Query Statement.

4. Paste the below 24H2 WQL query in the Query Statement box. Click OK twice.

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_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.BuildNumber = "26100"
Create Windows 11 24H2 SCCM Device Collection
Create Windows 11 24H2 SCCM Device Collection

5. Click Next on the Summary window, and on the completion window, click Close. Wait for a few minutes while this collection is updated. Once that is complete, you should find your Windows 11 24H2 devices in the setup grouped into the device collection.

Create Windows 11 24H2 SCCM Device Collection
Create Windows 11 24H2 SCCM Device Collection

That’s all we wanted to cover in this guide. Thank you 🙏 for reading. If you enjoyed it, please like and share this article, tagging CloudGuides.


Share this article
Alex B

CloudGuides

Cloud Guides is a website for learning Microsoft Intune, Configuration Manager, PowerShell, Windows 365 and all the Cloud related things. Join us on our journey as we share insights and expertise on Cloud Computing ✨🚀