Hi,
We are in the process of rolling out an application. For some reason the installer is unstable and often fails. Because if this we would need a way to find these computers.
As the last step in the installation process a .txt file is created in the installation folder (I have created a custom scanning for the file already). I would like to create a report that lists all the computers that has the specific .txt file but does not get listed as having the application installed, list all computers that have the application installed but the file not found and computer that have both of them.
I would like to have them all in the same report. Something like the one below.
Comp. Name | File | Application
ABC | Found | Installed
CDE | | Installed
FGH | Found |
IJK | | Installed
WED | Found | Installed
How would we go about doing this?
edit:fixed the code part...