Since you still have other scanning methods enabled, you will need to use a custom report to verify this. The LastLsPush field of tblComputers indicates when a machine was last successfully scanned by LsPush, but it is not included in any of the standard reports. You can use the report below instead.
Select Top 1000000 Web40OSName.Compimage As icon, tblComputers.Computername, tblComputers.Computer, tblComputers.Domain, Web40OSName.OSname, Web40OSName.SP, tblComputers.LastLsPush From tblComputers Left Join Web40OSName On Web40OSName.Computername = tblComputers.Computername Order By tblComputers.ComputerUnique
To use the specified report, do the following:
• Open the Lansweeper configuration console and select Reports & Alerts\Report Builder. Hit the New button.
• Copy the SQL code provided and paste it at the bottom of the newly created report, replacing the default SQL code.
• Click somewhere near tblComputers so the new code applies.
• Give the report a View Name and a Report Name and hit the Save button.
• Double-click on the report in the report list to see its results and export options. The report will also be listed in the web console under All Available Reports.
Note that you can also add the /showresult parameter to your LsPush command to verify whether it's connecting to your Lansweeper server. You will get a message back, "connection succeeded" or "connection failed". For instance:
c:\>lspush.exe LAN-001 /showresult