cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
olevi
Engaged Sweeper
Hi Lansweepers,

now days with covid16 making employees working from home is more difficult to run scan for laptop in a specific time of day

is it possible to run scan every 1 hour just for laptops that have not seen in the past 24 hours or less?

i've tried to create a dynamic asset group of laptops but there's no option to filter for "last seen"

any suggestions?

Thank you,
Oren Levi
2 REPLIES 2
olevi
Engaged Sweeper
Thank you
i missed the scan by report option
Bruce_B
Lansweeper Alumni
You could use a Report scanning target for this. I've added a report below that returns all laptops that haven't been scanned successfully in the last 24 hours.

Note: your laptops need to have been scanned successfully at least once, the report identifies laptops based on a scanned property (whether they have a battery).

  • Add the report via Reports\Create New Report
  • Add a Report scanning target via Scanning\Scanning targets, select the report you just saved (by title)


SELECT a.assetid, 
assetname,
domain,
lastseen,
assettypeicon10 AS icon
FROM tblassets a
INNER JOIN tblPortableBattery Pb ON pb.assetid = a.assetid
INNER JOIN tsysassettypes at ON at.assettype = a.assettype
WHERE lastseen < GETDATE() - 1

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now