Close Menu
    Facebook X (Twitter) Instagram
    Sunday, October 12
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»SCCM 2007»Report for Operating System With Their Language installed

    Report for Operating System With Their Language installed

    Eswar KonetiBy Eswar KonetiFebruary 15, 12:30 pm1 Min Read SCCM 2007 8,790 Views
    Share
    Facebook Twitter LinkedIn Reddit

    You might have different operating Systems installed on the computers.One fine day your boss might request you to get list of computer with Operating system and language installed on the computers.Here is the Report to list all the computers with this information.

    select distinct a.name0,c.Caption0 as 'Operating System',c.CSDVersion0 as Version,b.SystemDefaultLCID as Language from v_R_System a,
    v_GS_WORKSTATION_STATUS b,v_GS_OPERATING_SYSTEM c
    where a.ResourceID=b.ResourceID and a.ResourceID=c.ResourceID
    group by a.name0,b.SystemDefaultLCID,c.Caption0,c.CSDVersion0

    Here is the link to refer for Locale IDs, Input Locales, and Language Collections for Windows XP and Windows Server 2003 http://msdn.microsoft.com/en-us/goglobal/bb895996.aspx

    OS language OS with their Language InstalledConfigmgr 2007 SCCM 2007 sccm report for SCCM Reports SMS SQL
    Share. Twitter LinkedIn Email Facebook Reddit

    Related Posts

    SCCM SQL Report – Compare Installed Apps on TWO Different Computers

    July 13, 10:35 am

    Monitoring Endpoint Security Applications with SCCM ConfigMgr SQL

    October 11, 8:48 pm

    Efficiently Identify Co-Managed Devices: Techniques and Tools

    January 17, 8:37 pm

    4 Comments

    1. Patrick on April 1, 2020 1:04 PM

      Hi
      is there a way to create "device collections out of this query? Cause when i try this i get diffrent results. But i couldn`t find SystemDefaultLCID in any selections

      ######################
      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.OSLanguage = 1031
      #####################

      Reply
      • Eswar Koneti on April 4, 2020 3:50 PM

        Hi,
        The the following query works fine to get the devices with specific language version. 1033 is US-Language.

        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.OSLanguage = 1033

        Thanks,
        Eswar

        Reply
    2. Thomas on June 23, 2018 8:29 PM

      Hi,

      I am new to SCCM. Thanks for your tutorial.
      You provide the report code for OS language but how do I create the report in SCCM?
      If I click new report, it takes me to SQL Report Builder. What to do then? Do you explain it somewhere on your blog?

      Reply
      • Eswar Koneti on July 8, 2018 9:11 PM

        Hi Thomas,
        you can follow this post to create report using SQL report builder: https://www.systemcenterdudes.com/sccm-report-creation-report-builder/

        Regards,
        Eswar

        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.