Close Menu
    Facebook X (Twitter) Instagram
    Sunday, October 12
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»CM2012»How to Upgrade Clients to SCCM 2012 R2 CU4

    How to Upgrade Clients to SCCM 2012 R2 CU4

    Eswar KonetiBy Eswar KonetiMarch 10, 2:30 pm2 Mins Read CM2012 899 Views
    Share
    Facebook Twitter LinkedIn Reddit

    It has been almost month for now ,since the release of Configmgr 2012 R2 CU4.To know more about what CU4 includes,you can refer the KB3026739 article http://support.microsoft.com/kb/3026739.

    Installation of Configmgr 2014 CU4 is similar to installation of previous Cumulative updates and it is straight forward.

    If you miss to install the Previous Cumulative updates,you can directly apply CU4 on Configmgr 2012 R2 .

    To check if CU4 installed ,you can check the Admin console version in the About System Center Configuration Manager dialog box and version should be 5.0.7958.1501.

    You can also check the registry key if CU level is updated or not .From Registry HKEY_LOCAL_MACHINE\Software\Microsoft\SMS\Setup ,CULevel should be set to 4.

    After you are done with the installation of CU4,you are required to install or upgrade clients to R2 CU4 (5.0.7958.1501) version.

    Before you do upgrade,you need to create collections for clients that lower the version of R2 CU4 (5.0.7958.1501).

    Create collections to Upgrade Configmgr Admin Console, X86 clients and X64 clients.

     

    image

    R2 CU4-Console Update:

    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_ADD_REMOVE_PROGRAMS on
    SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId where
    SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName = "System Center 2012 R2 Configuration Manager Console"

    R2 CU4 Client X86:

    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_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId inner join
    SMS_G_System_SMS_ADVANCED_CLIENT_STATE on SMS_G_System_SMS_ADVANCED_CLIENT_STATE.ResourceID = SMS_R_System.ResourceId
    where SMS_G_System_COMPUTER_SYSTEM.SystemType = "x86-based PC" and SMS_G_System_SMS_ADVANCED_CLIENT_STATE.DisplayName = "CCM Framework" and
    SMS_G_System_SMS_ADVANCED_CLIENT_STATE.Version >= "5.00.7958.1000" and SMS_G_System_SMS_ADVANCED_CLIENT_STATE.Version < "5.00.7958.1501"

    R2 CU4 Client X64:

    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_COMPUTER_SYSTEM on
    SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_SMS_ADVANCED_CLIENT_STATE on
    SMS_G_System_SMS_ADVANCED_CLIENT_STATE.ResourceID = SMS_R_System.ResourceId where SMS_G_System_COMPUTER_SYSTEM.SystemType = "x64-based PC"
    and SMS_G_System_SMS_ADVANCED_CLIENT_STATE.DisplayName = "CCM Framework" and SMS_G_System_SMS_ADVANCED_CLIENT_STATE.Version >= "5.00.7958.1000"
    and SMS_G_System_SMS_ADVANCED_CLIENT_STATE.Version < "5.00.7958.1501"

    Deploy the respective Cumulative update to these collections and monitor the reports for client health.

    Monitor the report to see if majority of your clients upgraded to current version or not using http://eskonr.com/2014/04/sccm-configmgr-2012-ssrs-reportcount-of-client-versions-2/

    Note: if you wonder why did the client version version did not updated in Database,it could be because of your heartbeat discovery set to run for more number of days .Client version comes with DDR Cycle which is heartbeat discovery cycle.

    7958.1501 Client versions cm configmgr Cumulative Update 4 SCCM SCCM 2012 Upgrade clients to configmgr 2012 R2 CU4 Upgrade clients to CU
    Share. Twitter LinkedIn Email Facebook Reddit

    Related Posts

    SCCM SQL Report – Compare Installed Apps on TWO Different Computers

    July 13, 10:35 am

    Optimize Your Intune Workflow with a Powerful Browser Extension

    March 22, 10:39 am

    Migrate Microsoft 365 Updates from SCCM/MECM to Intune for Co-Managed Devices

    February 11, 9:50 pm

    4 Comments

    1. SURESH NALAMOTHU on December 16, 2016 2:08 PM

      Hi Eswar,

      Can you please let me know how to exclude a system or group of system from all computers while pacting...

      Thanks,

      Suresh n

      Reply
      • Eswar Koneti on December 21, 2016 1:45 PM

        Hi,
        you can create a collection with list of clients and use exclude option in the patching collection .

        Regards,
        Eswar

        Reply
    2. Jiten on March 11, 2015 11:04 PM

      Hey Eswar! Isn't it easy to use auto upgrade instead of going thru the pain of creating collection etc.? It is really a nice feature and you can set auto upgrade to run starting with 1 day to x number of days depending upon the size of hierarchy. Also the other or better way of tracking the client upgrades is by using FSP messages! Of course you should have the FSP installed in your environment and use that FSP switch while installing the client.

      Reply
      • Eswar Koneti on March 12, 2015 11:37 PM

        Hi Jiten,
        Seems like you misunderstood the concept of automatic upgrade. There is difference in update and upgrade. Upgrade is change in build version like 5.00.7710 (ex:rtm) to 5.00.7598 (R2) but not update with in the same version. For more info, you can read blog by Ronni http://www.ronnipedersen.com/2014/08/sccm-2012-how-does-automatic-client-upgrade-work/

        Reply

    Leave a ReplyCancel reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Sign Up

    Get email notifications for new posts.

    Author

    I’m Eswar Koneti ,a tech enthusiast, security advocate, and your guide to Microsoft Intune and Modern Device Management. My goal? To turn complex tech into actionable insights for a streamlined management experience. Let’s navigate this journey together!

    Support

    Awards

    Archives

    © Copyright 2009-2025 Eswar Koneti, All rights reserved.

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