→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎09-09-2011 07:29 PM
‎09-27-2011 11:59 AM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, Sum(TsysLastscan.Scantime) As FullScanTime
From tblComputers Inner Join
TsysLastscan On tblComputers.Computername = TsysLastscan.Computername
Inner Join
TsysWaittime On TsysLastscan.CFGcode = TsysWaittime.CFGCode
Group By tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain
‎09-21-2011 01:46 AM
‎09-09-2011 07:38 PM
I was just wondering if anyone has information on the typical load of a FULL SCAN can take on a remote pc, being scanned by lansweeper.
How long would a typical full scan take?
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, TsysWaittime.CFGname, TsysLastscan.Lasttime,
TsysLastscan.Scantime
From tblComputers Inner Join
TsysLastscan On tblComputers.Computername = TsysLastscan.Computername
Inner Join
TsysWaittime On TsysLastscan.CFGcode = TsysWaittime.CFGCode
Also, can the scans be scheduled or is it constantly all day long for the 'active domain scan' option?
I noticed some of the scan items are set to -1 (disabled) , was this for database size or resources required?
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now