Windows 10 collection

StiFenclii-5690 341 Reputation points
2024-06-24T14:31:51.5433333+00:00

We are going to upgrade our Windows 10 clients from Version 21H1 and 21H2 to Version 22H2. I want to create 21H1 collection and 21H2 collection, then deploy Windows 10 Version 22H2 update to the collections. How can I create these 2 collections?

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
891 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Simon Ren-MSFT 31,681 Reputation points Microsoft Vendor
    2024-06-25T02:47:18.1366667+00:00

    Hi,

    Thanks for posting in Microsoft MECM Q&A forum.

    We can use the OS build number to create Windows 10 21H1 collection and 21H2 collection.

    1,The OS build number for Windows 10 21H2 is 19044, so the query is as below:

    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 = "19044"

    For more details, please refer to: Create Windows 10 21H2 Collection in SCCM

    2,The OS build number for Windows 10 21H1 is 19043, just change the build number of above query to 19043 will be ok. Refer to:

    Create SCCM Windows 10 21H1 Device Collection

    Best regards,

    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.