cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
craig_owens
Engaged Sweeper
Can Lansweeper report on devices that are not on the network? We would like to automate a report to come out a few times a day to show devices that are off the network. We would also like to have a way to use the Lansweeper GUI to actively monitor which devices are not on the network (not pinging).
2 REPLIES 2
Esben_D
Lansweeper Employee
Lansweeper Employee
You could do this with a report based on the "Last tried" field. Last tried will be updated when an asset was attempted to be scanned but the scan attempt was not successful. If a scan is unsuccessful this would indicate the asset is offline. You can put this report on one of the dashboards afterwards.

Do note that in order for this to work, you will have to scan your assets quite often. To reduce the impact this might have on performance, I would recommend double checking your scanned item intervals which dictate how often specific Windows items are rescanned. Lowering the amount of items scanned with every scan will reduce scan times. More information about the scan item interval can be found here: https://www.lansweeper.com/kb/115/managing-how-often-specific-data-is-scanned.html

The scan to check if an asset is online or not can be either an scheduled agentless scan LsPush scan which is schedules to run multiple times in a day as Samuel suggested.
Samuel_Hibou
Engaged Sweeper
yes you can with lspush.exe

create batch file :
START %~dp0lspush.exe helpdesk.sbi-cloud.fr 443
SCHTASKS /Delete /TN SBI_inventaire
SCHTASKS /Create /SC DAILY /TN SBI_inventaire /TR "%~dp0lspush.exe helpdesk.sbi-cloud.fr 443"
pause