‎11-13-2023 10:02 AM
Hello
I configured a custom file scan for Linux. Now I need a report to list all Linux servers that either do not have this file at all or the file is older than X days. I googled reports for custom Windows file scanning that are selecting tblFileVersions table. But there are no records for Linux files in this SQL table.
SELECT * FROM tblFileVersions ORDER BY FilePathfull
Where are those information stored?
Solved! Go to Solution.
‎11-13-2023 10:59 AM
You have to read LS DB Documentation:
https://ls_server/Report/DatabaseDocumentation.aspx#tblLinuxFileInfo
‎11-13-2023 10:59 AM
You have to read LS DB Documentation:
https://ls_server/Report/DatabaseDocumentation.aspx#tblLinuxFileInfo
‎11-13-2023 11:03 AM
Ohh, thank you! I was looking for tblLinuxFileVersions or "file scanning" but missed tblLinuxFileInfo.
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now