Jump to content


  • 0
wmmayms

Simple report for counting IE versions

Question

Here you go:

 

SELECT ExecutableName0, ProductVersion0, count(*)

FROM
v_GS_INSTALLED_EXECUTABLE

WHERE ExecutableName0 = 'iexplore.exe'

GROUP BY ExecutableName0, ProductVersion0
Order by ExecutableName0

 

Example:

post-2500-12680569244951_thumb.png

Share this post


Link to post
Share on other sites

Recommended Posts

  • 0

Hi Kingen,

You are trying the SQL queries in WQL Query tab. 'Queries' feature uses WQL queries which is the same used for SCCM Collection queries. Repoprting feature works on SQL. The queries given above are all SQL based and you need to try the same on the Reporting feature of SCCM.

 

Regards,

Rajeesh

http://scorpits.blogspot.com

Share this post


Link to post
Share on other sites

  • 0

Hi guys,

 

Im new to SQL queries. My management are asking me for a report to show what IEs we have and how many.

I need to do a custom report and point it to a collection to get the data from. How can I do this ?

 

Appreciate your help

 

Regards,

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.