I want an Excel table with apps in each column and a computer in each row. Possible?
The cells would be filled with the version of each program.
0
Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.
The cells would be filled with the version of each program.
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.