Page 1 of 1
Checking IE version
Posted: Thu Feb 18, 2016 5:20 am
by boqler
Hi all,
I have problem with one of checks - I must monitoring IE version on a few Windows machines. How can I do this? I searched plugins, add-on etc..
Thanks for help!
Re: Checking IE version
Posted: Thu Feb 18, 2016 10:36 am
by hsmith
If you're running NSClient on the target machine, you could write a powershell script to check the version, and use NSClient to run that script and report back.
Re: Checking IE version
Posted: Thu Feb 18, 2016 11:05 am
by rkennedy
Command prompt will work as well, create a script that uses this as the command -
Code: Select all
reg query "HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer" /v svcVersion
Output -
Code: Select all
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer
svcVersion REG_SZ 11.0.9600.18059