I'm not sure if this is the correct place to ask, but I need to be able to
check the version of a file I know it can be done by:

Set objFSO = CreateObject("Scripting.FileSystemObject")
Wscript.Echo objFSO.GetFileVersion("path to file")

I need a WMI equivalent or something that can be run remotely against a list
of computer names.

Thanks
-Chad

Re: Chk'ing the version on a file... by Joseph

Joseph
Wed Aug 18 17:10:05 CDT 2004

filever.exe in the win2k support tools should work

"Chad Manzer" <ChadManzer@discussions.microsoft.com> wrote in message
news:C782BF79-E141-4B6A-9E1D-018B6C8F86F5@microsoft.com...
> I'm not sure if this is the correct place to ask, but I need to be able to
> check the version of a file I know it can be done by:
>
> Set objFSO = CreateObject("Scripting.FileSystemObject")
> Wscript.Echo objFSO.GetFileVersion("path to file")
>
> I need a WMI equivalent or something that can be run remotely against a
list
> of computer names.
>
> Thanks
> -Chad