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:
Here is an example on how the report could look =)
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.
Put the below code into a report and run it:
Should look something like this:
Here is an example on how the report could look =)
Share this post
Link to post
Share on other sites