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

Resolved! Forum itself: [code] segment bugged

Hi, me again with another forum issue:See the screenshots, it's just a visual bug, copying to notepad works.Tested with IE9, Firefox 31 and Chrome 39 - same result.http://www.lansweeper.com/Forum/yaf_postst10498_Deploy-click-to-run-technologies.aspx#...

stiwa by Champion Sweeper
  • 4142 Views
  • 1 replies
  • 0 kudos

Resolved! Create report to show service status (Windows Update)

Hello,I always keep 'Windows Update' service disabled on all my servers.How can I write a report that would: - list just servers- Echo the Start Mode status of the 'Windows Update' service- Echo the State of the Windows Update ServiceOutput would loo...

Resolved! Report from SQL to LS

So we are trying to make a SQL query into a LS report but the LS report editor doesn't like anything we throw at it. This is the SQL code;with spie as(select tos.Image As icon, ta.AssetID, ta.AssetName, ta.Domain, ta.Username, ta.Userdomai...

chads by Lansweeper Alumni
  • 5159 Views
  • 1 replies
  • 0 kudos

Resolved! List all Laptops and if they have software on them

Hello - Been working on this for a few days based on already built reports in LS and online. I have 2 reports I am looking to merge into 1. I want to list all laptops in our environment (Report 1) and indicate if they have PGP or Symantec Encryptio...

billiams by Engaged Sweeper
  • 7005 Views
  • 3 replies
  • 0 kudos

Resolved! Identifying full-disk encrypted drives

I'm advised that our hardware people are going to start installing Symantec Endpoint on some computers and enabling full-disk encryption. I assume that I'll be able to detect the presence of the software just like any other properly-installed applica...

RCorbeil by Honored Sweeper II
  • 6018 Views
  • 1 replies
  • 0 kudos

Resolved! Adding warranty field breaks the report...

The following report works find and produces a list of 4,700+ devices.Select Top 1000000 tblAssets.AssetID, tblAssets.AssetName, tsysAssetTypes.AssetTypename, tsysAssetTypes.AssetTypeIcon10 As icon, tblAssets.IPAddress, tblAssets.Lastseen, tblA...

Resolved! Exclude Specific Asset Groups from Reports

I'd like to exclude specific asset groups from certain reports is there a quick way in the GUI to do this? If so, I haven't come across the option yet. Your help is greatly appreciated. The reason for this is because I have some VMs/Servers that are ...

Resolved! Report tweek for OS?

I have a report and was hoping to be able to add the OS version so that I could sort filter on Server OS. I tried adding the OS tables and that didn't work. Any ideas?Select Top 1000000 tblAssets.AssetID, tblAssets.AssetUnique, tblAssets.Domain, ...