01-17-2023 02:48 PM - last edited on 04-01-2024 12:28 PM by Mercedes_O
Hello all, I am new to creating reports in Lansweeper and cannot seem to figure out how to create the type of report I am needing. Would someone be able to provide how to generate a report that would show all patches/updates that a device has had over the past year? I found a report for generating one that has all Windows patches, see below for reference, but I am needing it to show all Windows, Adobe, Chrome, Edge, etc. updates. Is this possible?
Select Top 1000000 Count(tblQuickFixEngineering.QFEID) As [Count Of KB's],
tblQuickFixEngineeringUni.HotFixID
From tblAssets
Inner Join tblQuickFixEngineering On
tblAssets.AssetID = tblQuickFixEngineering.AssetID
Inner Join tblQuickFixEngineeringUni On tblQuickFixEngineeringUni.QFEID =
tblQuickFixEngineering.QFEID
Where DateDiff(dd, tblQuickFixEngineering.InstalledOn, GetDate()) / 365.25 < 1
Group By tblQuickFixEngineeringUni.HotFixID
Solved! Go to Solution.
01-18-2023 09:18 AM
Hello there!
Currently, we only scan Windows updates and not application updates, so we cannot report on this.
Alternatively, you could run reports on the software version e.g. like we did for Chrome: https://www.lansweeper.com/report/chrome-109-audit/
01-20-2023 08:54 PM
Thanks, much appreciated!
01-18-2023 09:18 AM
Hello there!
Currently, we only scan Windows updates and not application updates, so we cannot report on this.
Alternatively, you could run reports on the software version e.g. like we did for Chrome: https://www.lansweeper.com/report/chrome-109-audit/
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now