Hello,
Does anyone know how to find the file version of an executable via a WMI query (or any other method). I've tried
Select * from CIM_Datafile where Name = '\\${IP}\\c$\\Program Files\\Folder\\file.exe'
and
also Win32_FileSpecification
Anyone have any ideas?