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