What table would I use via the report builder in order to exclude specific PCs? Specifically, I'm trying to exclude a couple PCs from the no AV report since we don't want them running AV anyways for testing.
I would like a report where I can see all network swiches that does not respond to ping (=offline).This report would be on my dashboard and also used with email alarm.I probably want to use a similar report for printers, projectors, ups etc.Thank you...
Is there a document in existence which maps Fields and Tables to fields within the LANSweeper user interface?For example, if I wanted to run a report listing the Manufacturers of Assets, how could I easily find out which table and field to include in...
Hello!I would like a report that tolds me if a computer has inactive profile folder/s in C:\users\. For exemple, a profile folder not modified in the last 3 months.The idea is deploy the tool "Delprof" and restore some disk free space. In companies w...
Can anyone provide an example of a report that will return, per computer the count of the number of files in a specific folder? I've searched for examples and so far have found none. I can find examples where a certain executable is searched for, b...
I have this report:Select Top 1000000 tblAssets.AssetID, tblAssets.AssetUnique, tblSoftwareUni.softwareName As software, tblSoftware.softwareVersion As version, tsysOS.Image As iconFrom tblSoftware Inner Join tblAssets On tblSoftware.AssetID = t...
This report will list all installed Windows hotfixes on a reference computer (i.e. lab computer) called "Reference" in the example below. Next to each hotfix a list of workstations will be displayed not having it installed.This report takes longer ti...