Hi All,
I am looking to extract required information from this command. "Get-ChildItem "F:\Softwares\PDF Editor\PDFEdit.exe" | Format-List -property *". This Command gives lots of information, I only want 5 variables from this information to be displayed.
1. Internal Name
2. Product
3. File Path
4. File Version
5. Product Version
And in addition to this if some how I can display them like a VB popup Dialog box.
Looking for your suggestion!
Thanks