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

      CVE-2025-47178 for Configuration Manager

      July 12, 2025

      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
    • 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 » How to Check SCCM Client Version Number
    SCCM

    How to Check SCCM Client Version Number

    January 22, 20252,025 Views

    In this article I will show you how to find or check the SCCM Client version number. To determine what version of SCCM client do I have, you can easy steps to find the ConfigMgr client agent version number installed on a computer.

    I know this might look too basic thing however for a SCCM newbie, this will surely help. After you setup Configuration Manager, the first task is to install the client agent on all the devices. While there are several ways to do that, a client push install is most popular method to deploy SCCM client.

    Before you push the client agents, ensure you read the supported client operating systems for Configuration Manager.

    And when you perform Configuration Manager current branch in-place upgrade, you must upgrade the client agents to the latest version. The SCCM production client version is incremented with every major upgrade. You can create a collection using the below query to determine the old client agents.

    Just remember to replace the client version with the one that you want to find.

    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.8913.1032'

    How to Check the SCCM Client Version Number

    Use the below steps to check the Configuration Manager client version number.

    • On the computer, go to Control Panel and find the “Configuration Manager” applet.
    • Click on Configuration Manager applet.
    • Under Configuration Manager properties, click General tab.
    • In the General Tab, you will find the SCCM client version number.
    How to Check the SCCM Client Version Number

    So as per below screenshot, the client agent version number is 5.00.8913.1032.

    How to Check the SCCM Client Version Number
    Check the SCCM Client Version Number

    In addition to the above method, you can also find the client agent version from Configuration Manager console. Launch the Configuration Manager console, click Assets and Compliance and then Devices. In the search box, type the computer name and click Search. You can now see the computer name with client version.

    How to Check the SCCM Client Version Number Snap3
    Share. Facebook Twitter Pinterest LinkedIn Email
    Previous ArticleConfigMgr Updates Deployment Error 0x80070070
    Next Article How to Add Custom Tab in Software Center ?️

    Related Posts

    SCCM

    CVE-2025-47178 for Configuration Manager

    July 12, 2025
    SCCM

    SCCM 2503 Upgrade New Features and Hotfixes

    April 30, 2025
    SCCM

    Create a Device Collection for SCCM 2409 Clients

    February 27, 2025
    Latest Guides

    CVE-2025-47178 for Configuration Manager

    SCCM 2503 Upgrade New Features and Hotfixes

    New Features in Intune 2502 release (February 2025)

    Create a Device Collection for SCCM 2409 Clients

    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

    Manually Run the SCCM ADR from the Console

    Updated:January 22, 2025

    How to Install WebView2 Extension in SCCM

    Updated:January 22, 2025

    Export SCCM Device Collection using PowerShell

    Updated:January 22, 2025

    How to Check SCCM Client Version Number

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

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