Alan_LS wrote:
Hi Charles,
Thank you for the recommended link but it's not useful to me as I am don't use asset scanning.
I do hope that the next release will have the feature of software deployment when PC report to Lanseeper by LsPush
You can do this. In the same link by Charles is a solution I posted. Add the following to the report which you're targeting with your deployment. This will show assets last lspush seen greater than 5 mins, less than 20 mins.
tblAssets.LastLsPush > DateAdd(mi, -20, GetDate()) And tblAssets.LastLsPush < DateAdd(mi, -5, GetDate())
Change this to suit your needs.