(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 ("")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")