Close Menu
    Facebook X (Twitter) Instagram
    Prajwal.orgPrajwal.org
    • Home
    • SCCM

      SCCM 2503 Upgrade New Features and Hotfixes

      April 30, 2025

      Create a Device Collection for SCCM 2409 Clients

      February 27, 2025

      Device Collection for SCCM 2403 Clients

      January 22, 2025

      SCCM 2403 Hotfixes, Upgrade and New Features

      January 21, 2025

      ConfigMgr 2401 Technical Preview Released

      January 22, 2025
    • Intune

      New Features in Intune 2502 release (February 2025)

      February 27, 2025

      Intune Service Release 2406 New Features (June 2024)

      June 23, 2024

      Microsoft Intune 2405 New Features (May 2024)

      May 29, 2024

      How to Disable Android Enterprise system app in Intune

      May 22, 2024

      Intune ends support for Android device administrator

      January 22, 2025
    • Windows 11

      How to Install WSUS Console on Windows 11

      January 22, 2025

      How to enable memory integrity using Group Policy

      January 22, 2025

      Uninstall Mail and Calendar Apps using PowerShell

      January 22, 2025

      How to Create Batch File to Delete Temp Files

      January 22, 2025

      How to Change RDP Port using PowerShell

      January 22, 2025
    • Contact
    Prajwal.orgPrajwal.org
    Home » Create a Device Collection for SCCM 2409 Clients
    SCCM

    Create a Device Collection for SCCM 2409 Clients

    February 27, 2025341 Views

    After the Configuration Manager 2409 site upgrade, the administrators must ensure the clients are updated to the latest version. That’s because the new features are applicable only when the client agents are up-to-date.

    The ConfigMgr 2409 client version is 5.00.9132.1011, and you can gather all computers that are running older versions with the query provided in this article. Once you have the devices grouped in the collection, the administrator can now check why the clients agents weren’t upgraded.

    In Configuration Manager, upgrading the clients to the latest version can be either done manually or you can use the automatic client upgrade feature located under the site hierarchy settings.

    WQL Query for Clients not upgraded to 2409

    You can use the query below to find clients that have not been updated to the latest version of the 2409 version. Make sure the client version that you’ve entered in the below query is correct.

    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 where SMS_R_System.ClientVersion != '5.00.9132.1011'

    WQL Query for Clients for SCCM 2409 clients

    You can use the below WQL query to create a device collection that for clients that are at the latest version after upgrading to version 2409.

    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 where SMS_R_System.ClientVersion = '5.00.9132.1011'

    Create a Device Collection for SCCM 2409

    Launch the Configuration Manager console. Go to Assets and Compliance and select Device Collections. Right-click the “Device Collections” node and select the option “Create Device Collection“.

    Create a Device Collection for SCCM 2409
    Create a Device Collection for SCCM 2409

    Specify the device collection name, choose the limiting collection and click Next. On the Membership Rules window, click 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. Select the Criteria tab. Click Show query language and enter the SCCM 2409 WQL query.

    Create a Device Collection for SCCM 2409 Clients
    Create a Device Collection for SCCM 2409 Clients

    Click OK twice. Complete the remaining steps and then close the Create Collection Wizard.

    After completing the above steps, wait for a few minutes while the collection is updated. The collection should now group all the Windows computers that are not running the latest agent version.

    To view the computers that are running the older version of SCCM agent, right-click the SCCM 2409 device collection and select Show members. The console now lists those devices.

    What’s the next step? Once you find out the devices that are not running the latest client version, ensure they are online and manually install the ConfigMgr client on the collection. If you have enabled the automatic client upgrade, the agents should be updated when the devices are online.

    Share. Facebook Twitter Pinterest LinkedIn Email
    Previous ArticleIntune Service Release 2406 New Features (June 2024)
    Next Article New Features in Intune 2502 release (February 2025)

    Related Posts

    SCCM

    SCCM 2503 Upgrade New Features and Hotfixes

    April 30, 2025
    SCCM

    Device Collection for SCCM 2403 Clients

    January 22, 2025
    SCCM

    SCCM 2403 Hotfixes, Upgrade and New Features

    January 21, 2025
    Latest Guides

    SCCM 2503 Upgrade New Features and Hotfixes

    New Features in Intune 2502 release (February 2025)

    Create a Device Collection for SCCM 2409 Clients

    Intune Service Release 2406 New Features (June 2024)

    Updated:June 23, 2024
    Popular Guides

    Uninstall Snipping Tool using PowerShell

    Updated:January 22, 2025

    How to Manually Install SCCM Client Agent

    Updated:January 22, 2025

    How to Create Batch File to Delete Temp Files

    Updated:January 22, 2025

    Disable Driver Signature Enforcement using CMD Prompt

    Updated:January 22, 2025
    Trending Posts

    Download ConfigMgr Power BI Reports

    Updated:January 22, 2025

    SCCM 2303 Upgrade, Hotfixes, New Features

    Updated:January 22, 2025

    How to Create System Management Container for SCCM

    Updated:January 22, 2025

    How to Install WSUS Console on Windows 11

    Updated:January 22, 2025
    © 2025 Prajwal.org | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.