Reports & Analytics

Ask about reports you're interested in and share reports you've created. Subscribe to receive daily updates of reports shared in the Community.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Excel Linking to Reports

I'm just wondering if it's possible to link my customized Excel spreadsheet directly to the Lansweeper compact SQL DB to directly generate reports.

Resolved! Filter this query for Windows 7 only

Hi,I've been trying to get this report to only show Windows 7 (any version/edition) but I'm not able to get it right. How should the report look to only include Windows 7 where the registry value is found?Select Top 1000000 tsysOS.Image As icon, tbl...

kim_kaberg by Engaged Sweeper II
  • 6478 Views
  • 2 replies
  • 0 kudos

Custom Field 1 Report issue

I have about 1000 PCs im trying to report on. In Custom Field 1 ive renamed it to EOL (End of Life) in Date format. The point of this is for me to build a report to determine which PCs I need to replace each month. Could someone assist in helping me ...

Audit and Event Log Reports

I'm looking to create a report that runs daily for all the event logs for the workstations and servers in the domain. SQL is not something that I work with to often so I'm having some difficulty knowing exactly what it is I'm doing. However I was abl...

BenTre by Engaged Sweeper
  • 9042 Views
  • 3 replies
  • 0 kudos

Duplicate entries on custom report

Hi LS teamI am wondering if you could modify my script as to prevent duplicate entries of the asset?Select Top 1000000 tblAssets.AssetID, tblAssets.AssetUnique, tsysOS.OSname, tsysOS.Image As icon, tblAssetCustom.Model, tsysIPLocations.IPLocatio...

cpmining by Engaged Sweeper
  • 13322 Views
  • 6 replies
  • 0 kudos

Visual Studio 2017 Editions

We are trying to figure out how to detect Visual Studio 2017 editions. Lansweeper only detect the software installed as “Visual Studio 2017”. Prior versions are showing the editions but not in 2017 anymore. Any thoughts? Thanks.

Report OS version count by IP Location

HelloMy company have over 3000 assets and several Sites/IPLocations. Due the end of support of Windows 7 for 2020 wants to migrate to Windows 10 and would be super handly have report with a count of Windows 7, Windows 10 by IP Location. This way we ...

Report user logon by unique Assets

Want report of each asset a user has logged onto.Here is the report I have so far, based on an existing report, just only want to list an asset once instead of everytime user logged on. Right now I export into Excel and run Pivot table.Select Top 10...