client version

Dietz, Justin 21 Reputation points
2020-12-29T13:14:54.837+00:00

I've had this issue for the past 2 or 3 CB. Maybe i am just not understanding and a quick explanation can help. I like to inventory my MECM client versions to make sure i am on the latest. Just upgraded to 2010 and it shows client version should be 5.00.9040.1015

51880-image.png

When i build my query for my collection this time the highest version available to select is 5.00.9040.1010. Yes i did manually try 15 and that does not pull any results. Does anyone know why this is?

52061-image.png

Microsoft Configuration Manager
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 40,551 Reputation points Microsoft Vendor
    2020-12-30T05:46:01.833+00:00

    @Dietz, Justin
    Thank you for posting in Microsoft Q&A forum.
    I have the same client version 5.00.9040.1015 with you.
    Your query used the class SMS_G_System_SMS_ADVANCED_CLIENT_STATE, when I check the class, it shows all the componets' version, and not one match the 5.00.9040.1015, so the query will return nothing.
    52058-18.jpg
    We can use the discovery class SMS_R_System as an alternative, so we can click "Show Query Language" and paste the following query, then we can get the device collection with client version 5.00.9040.1015:

    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.9040.1015"  
    

    51989-16.jpg
    51990-17.jpg


    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.

    0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Garth Jones 2,071 Reputation points
    2020-12-29T14:11:38.153+00:00

    How often are you performing hardware inventory? Is your hw inv healthy?

    0 comments No comments

  2. Dietz, Justin 21 Reputation points
    2020-12-29T14:50:40.99+00:00

    My hardware inventory looks healthy to me. Runs daily. I just updated site to 2010 and then deployed out the latest client and it is inventorying them, but it is doing it with the version # 5.00.9040.1010.

    https://www.prajwaldesai.com/sccm-client-version-numbers/

    This suggests the client version # is also 1010. So why under Administration --> updates and servicing would it show 1015. One one of my servers that has the new client on the general tab it shows 1015. But if you look at the individual components on the Components tab nothing shows above 1010, and not all are 1010.

    52083-image.png

    51974-image.png

    0 comments No comments

  3. Youssef Saad 3,401 Reputation points
    2020-12-29T19:49:58.667+00:00

    Maybe the 1015 version is for those who upgraded the site server using the script, not using the public in-console update.

    I have the same behavior on my LAB.

    Regards,


    Youssef Saad | New blog: https://youssef-saad.blogspot.com
    Please remember to ** “Accept answer” ** for useful answers, thank you!

    0 comments No comments

  4. Dietz, Justin 21 Reputation points
    2020-12-30T13:20:41.077+00:00

    ALLENLIU,

    Thank you for giving me the correct WQL query to find this version. It is odd that query built from my selection only gets the component versions. Regardless I appreciate you showing me where to pull the correct version number.

    Could you also tell me what tool you are using above to do your WQL queries in your first screen shot?

    Thanks,

    Justin