Hello Admin,I am using trial version of lansweeper at this time to evaluate the software. Everything looks good sofar. But I have few questions before I recommend to my company to upgrade to premium version & I would appreciate your help very much. H...
Hi,Using LanSweeper 4.0.0.113, when a user clicks the "All available reports" link on the main dashboard, they see all reports.Is there a way to hide or omit some of the listed reports without deleting them from the configuration utility? I would li...
Any idea what it will take to get this to work in v4?Select Top 100 Percent dbo.tblLicenses.softwareName, dbo.tblLicenses.softwareVersion, dbo.web30repUsedSoftware.SoftwarePublisher As Publisher, dbo.web30repUsedSoftware.[number in use], dbo.tblLi...
Hello, the following has everything I need except I need Asset Tags included and I can't figure out how to add that without messing everything else up. Here's the code if someone could help add Asset Tags to this:Select Top 1000000 dbo.tblComputers.C...
When I run the query below it is missing most but not all of the computer that haven't been seen in 30 days. Any idea why?SELECT '' as Location, TsysChassisTypes.ChassisName as Type, tblcomputers.Computer as Name, tblComputerSystemP...