Jump to content


  • 0
wmmayms

Simple Report that shows how many computers are running vista, xp 2003 etc

Question

Put the below code into a report and run it:

 

SELECT Caption0 as 'Operating System', CSDVersion0, COUNT(*) AS 'Count' 
FROM v_GS_OPERATING_SYSTEM OPSYS 
GROUP BY Caption0, CSDVersion0 
ORDER BY Caption0, CSDVersion0

 

Should look something like this:

post-2500-1235595687_thumb.jpg

 

 

Here is an example on how the report could look =)

post-2500-1235595696_thumb.jpg

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

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.