I want an Excel table with apps in each column and a computer in each row. Possible?
Chris Parker
The cells would be filled with the version of each program.

0
Comments
You might not be able to get this data exactly the way you want it using Inventory. However, if you are comfortable with SQL and powershell, you could likely build a query to retrieve the data in the above format.
Similarly you could generate CSV files of the data you are after from Inventory, and then extrapolate to a new file the data generated the way you want it. That is how I would approach this particular issue.