‎09-05-2023 02:29 PM
Hello,
I noticed that I have computers with two antivirus installed.
I've checked the previous report but looks like it doesnt work for me:
Is there a way to combine 2 different tables with Specific softwarename?
Lets say I want to check if Crowdstrike is installed on Windows and Linux:
for these I need to look for:
tblsoftwareuni.Softwarename = 'Crowdstrike Windows Sensor'
tsysLinuxsoftwaretype.name = 'falcon-sensor'
Solved! Go to Solution.
‎09-06-2023 11:11 AM
To edit a report, I would recommend:
You can refer to the database documentation for an overview of database tables. This can be found in the Reports tab > Database documentation.
If you are proficient in SQL language, you can also edit the report directly in SQL Server Management Studio (SSMS)
Note: check out our Report library, the report you are looking for, or close to it, might already be available
‎09-06-2023 11:20 AM
Hello there!
You will need to use a Union statement to check for specific software across OS systems. The report below provides an overview of your Windows, Linux, and Mac computers that have certain software installed. This should get you started!
https://www.lansweeper.com/report/specific-windows-linux-or-mac-software-installed/
‎09-06-2023 11:41 AM
Thank you very much gents, that was really helpful!
‎09-06-2023 11:20 AM
Hello there!
You will need to use a Union statement to check for specific software across OS systems. The report below provides an overview of your Windows, Linux, and Mac computers that have certain software installed. This should get you started!
https://www.lansweeper.com/report/specific-windows-linux-or-mac-software-installed/
‎09-06-2023 11:11 AM
To edit a report, I would recommend:
You can refer to the database documentation for an overview of database tables. This can be found in the Reports tab > Database documentation.
If you are proficient in SQL language, you can also edit the report directly in SQL Server Management Studio (SSMS)
Note: check out our Report library, the report you are looking for, or close to it, might already be available
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now