Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Determine Which Version of Internet Explorer is Installed on a ComputerContent of Determine Which Version of Internet Explorer is Installed on a Computer.vbsMD5 Hash: 0E7449390751F9AA409DFD8625C2022F |
||
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & _ "\root\cimv2\Applications\MicrosoftIE") Set colIESettings = objWMIService.ExecQuery _ ("Select * from MicrosoftIE_Summary") For Each strIESetting in colIESettings Wscript.Echo "Version: " & strIESetting.Version Wscript.Echo "Product ID: " & strIESetting.ProductID Wscript.Echo "Cipher strength: " & strIESetting.CipherStrength Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |