Version numbers for IE, Firefox and Chrome

(imported topic written by TJessee)

I have been asked to create a custom report that will show wha the version numbers are of IE, Firefox and Chrome on a given set of endpoints. On Win 7, 8, 2008 and 2012 you aren’t able to look up the version number in Installed applications because it doesn’t reside there anymore. I can find the value using relevance
version

of

regapp

“iexplore.exe”

I have created a custom web report, but unfortunately it isn’t pulling back the data I need. I am not sure how to properly compose the syntax to get regapp data pulled.

Thanks for looking.

<?relevance ( html ""& html ("ComputerNameIEVersionFirefoxVersionChromeVersion")&it& html "" ) ofconcatenations oftrs of ( td ofname ofcomputer ofit& td of(if(existsvalues whose(itcontains"iexplore.exe")ofit)then(concatenations (html "
")ofvalues whose(itcontains"iexplore.exe")ofit)else(html "NoIE"))& td of(if(existsvalues whose(itcontains"firefox.exe")ofit)then(concatenations ";"ofvalues whose(itcontains"firefox.exe")ofit)else("NoFirefox"))& td of(if(existsvalues whose(itcontains"chrome.exe")ofit)then(concatenations ";"ofvalues whose(itcontains"chrome.exe")ofit)else("NoChrome")) ) ofresults from ( bes property whose(name ofit="regapp") ) ofbes computers whose( operating system ofitcontains"Win7")

(imported comment written by pvogt91)

I also need to do a report on the version of the web browers that we currently have, has anyone figured out how to do this?

(imported comment written by jgstew)

I have an analysis for this here:

http://bigfix.me/analysis/details/2994622

1 Like

(imported comment written by jgstew)

http://bigfix.me/analysis/details/2994622

1 Like