ConfigMgr 2007 : Create an SRS Report for OS Languages

ConfigMgr 2007 : Create an SRS Report for OS Languages

One of my friends asked me : "How can I create a SRS report for OS languages with ConfigMgr 2007 R2 or R3?”

Well, it’s easy and you just need to follow these steps :

1. On the ConfigMgr console, under “Reporting Services” node, right-click your server name, and then click Create Report.

image

2. Select “SQL-Based Report”, enter a name for the report and choose a path.

image

3. Click on “Edit command text”.

image

4. Use this query in the command text:

select count(*)as OS_Count, isd.ProductName00, lang.alias as OS_English_Name, lang.name as OS_Lang from INSTALLED_SOFTWARE_DATA isd left outer join sys.syslanguages lang on isd.Language00 = lang.lcid where isd.SoftwareCode00 like ‘%microsoft windows%’ or isd.SoftwareCode00 like ‘%microsoft® windows%’ group by isd.SoftwareCode00, isd.ProductName00, lang.alias, lang.lcid, lang.name
order by OS_Count

image

5. Click next.

image

6. Click next.

image

7. Now just run the report.

image

8. And you will see a wonderful result.

image

Leave a Comment
  • Please add 4 and 8 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
  • Ed Price - MSFT edited Original. Comment: Minor edits and title casing

Page 1 of 1 (1 items)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • Ed Price - MSFT edited Original. Comment: Minor edits and title casing

Page 1 of 1 (1 items)