Hello, I have been using this report on daily basis to see the software changes in the environment with great use by combining it with a daily scan schedule in the network.There is though one point that popped in my head today that might be an open p...
This report shows computers from a Static group, that without "VMware Horizon Client" installed. But I need also to filter by version the version "3.4", so in case that has a lower version will appears too.. How I should update it?Many thanksSelect T...
I have a manager requesting all machines 'under' him, and their warranty.Can somebody help make a report to gather this information?I see under any given manager "Direct Reports" but it only shows 4 (example) people. I need the people under them, and...
I am currently using the following bit of code to format System Uptime: Convert(nvarchar(10),Ceiling(Floor(Convert(integer,tblAssets.Uptime) / 3600 / 24))) + ' d ' + Convert(nvarchar(10),Ceiling(Floor(Convert(integer,tblAssets.Uptime) / 3600 % 2...
The report below lists your Windows computers and the date/time Lansweeper last detected a new Windows update on each computer. The report will only list assets that meet all of the following criteria:The asset is a Windows computer.The computer's st...
I'm using Lansweeper to pull my windows event logs, and I'm getting some old data that I'd like to avoid. I'd also like to filter some events out of the finished report as well.My report code is:Select Top 1000000 tblNtlog.TimeGenerated, tsysAssetTy...