/build/static/layout/Breadcrumb_cap_w.png

Newbi here - need to run a report of all machines on our network running IE7?

HI all - I am brand new to KACE and am looking to run a report that lists all machines on my appliance that are running IE7.  I not even sure where to begin.  I'm not an SQL type person, so I went through the wizard, but kinda lost?  Anyone have some basic report writing tips they could share?

0 Comments   [ + ] Show comments

Answers (2)

Posted by: aragorn.2003 9 years ago
Red Belt
0
We´ve created an Custom Field with Rule

RegistryValueReturn(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, Version, TEXT)

or (svcversion is available since IE 9.x)

RegistryValueReturn(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, svcVersion, TEXT)

and a wizard generated report to this custom field.


Posted by: rock_star 9 years ago
4th Degree Black Belt
0
http://www.itninja.com/blog/view/sql-query-custom-report-to-find-internet-explorer-version-installed-on-windows-machine

SELECT MACHINE.NAME AS SYSTEM_NAME, SYSTEM_DESCRIPTION, OS_NAME, MACHINE.IP, LAST_SYNC, IE_VERSION FROM MACHINE Where IE_VERSION LIKE '7%'

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ