sfluegge 2 Posted September 19, 2018 Need some help here. We need to find ALL the browser versions installed in a client environment. I would have thought it would be a simple advanced searched looking for IE but it is not. We were able to use this to find Chrome and Mozilla but no combination of parameters seems to find IE. We even stumped Automate Support. I was going to try RegHog for this since it is a free plugin but no love there either. There is a simple Reg Query that pulls it but I have no easy way I know of to execute this against a couple hundred endpoints... reg query "HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer" /v svcVersion Any suggestions?? Thanks! Scott 1 Quote Share this post Link to post Share on other sites
Gavsto 106 Posted September 19, 2018 I have this information in a Remote monitor. I cover how to setup remote monitors here: https://gavsto.com/remote-monitor-trigger-an-alert-when-a-profile-goes-above-a-certain-size-including-setup-tips-for-remote-monitors/ But instead run this in the Executable / Arguments: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -command "& {(gp -path \"HKLM:\SOFTWARE\Microsoft\Internet Explorer\").svcVersion}" You can then filter out the data using the monitors: You can filter by Client Name in the same windows as well as export to Excel using the options dropdown in the same Window. 1 Quote Share this post Link to post Share on other sites
sfluegge 2 Posted September 19, 2018 This is great! Thanks for the quick reply. Having my team try this out right away! Quote Share this post Link to post Share on other sites
kkevgreen 0 Posted October 15, 2018 Scott I've been using this free plugin for a while now. Gives you all the information you would require. https://squattingdog.net/labtech-plugin-browser-versions/ Quote Share this post Link to post Share on other sites
Adam Alsayeh 2 Posted August 14 Thanks Gavsto, your ways worked well with me, Quote Share this post Link to post Share on other sites