Report showing software versions for multiple installed applications.
We are working through an application upgrade process and need to put together a report that would list computer name, user, operating system, software A version(s), and software B version(s).
We are deploying a new package that is reliant on the .NET framework, but one legacy application requires us to be running a specific version of .NET so we need this report to build living list of computers that are ready to have the new package deployed on them.
Something like this:
Computer Name | User | Operating System | Software A Version | .NET Version |
Laptop1 | testuser | Windows 7 Enterprise x64 | Software A v5.7.7.2 | Microsoft .NET 4.5.2 |
Laptop2 | anotheruser | Windows 10 Enterprise x64 | Microsoft .NET 4.7 | |
Laptop3 | lastuser | Windows 7 Enterprise x64 | Software A Utilities v5.2.2.1 Software A v5.7.7.2 | Microsoft .NET 4.5 Microsoft .NET 4.6.2 |
0 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question