Within the Lansweeper Configuration utility, there is tick option to Permanently delete computers not seen in the last x days. This does not seem to work for me despite restarting the service, restarting the server or waiting 24 hours.
The report on my dashboard showing machines not seen in last 30 days is still showing the same amount of machines.
The only way I can get this to work is by going into the SQL database and using the following command:
delete from tblcomputers where lastseen < getdate()-60
I'm not sure if this command does the job cleanly and would prefer the option in the config utility to work.
Can you provide any insight into this please?