Using Powershell, I want to create script to read various executable's version numbers and name. The info is listed on the details tab of the file's property sheet:
The basic file system object's properties do not seem to list them (using get-member). Also, have reviewed the following StackOverflow suggestions, that were not immediately helpful:
stackoverflow ref1
Stackoverflow ref2
Is it possible to do this with powershell?