Discussion:
ie version using wmic
(too old to reply)
news.microsoft.com
2007-02-05 20:07:28 UTC
Permalink
How can I get the version of ie using WMIC

Thanks
Andres
Jonathan Liu [MSFT]
2007-02-20 16:58:19 UTC
Permalink
Try this:

WMIC DATAFILE WHERE "Name='%SYSTEMDRIVE%\\program files\\internet
explorer\\iexplore.exe'" GET Version
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--
Post by news.microsoft.com
How can I get the version of ie using WMIC
Thanks
Andres
Loading...