I'm working with powershell but I'm kinda new to this So my problem is, I have a folder full of msi-packages. If I go properties -> Details, a description can be found in the comment section. Since I don't want to click everything, I would like to list them with powershell.
So far I got this:
get-childitem c:\windows\installer\* -include *.msi
I can't find a solution and I'm grateful for any help.