Could you contact us at support@lansweeper.com and provide us with the following:
- Screenshot of your web console landing page. You can access your landing page by clicking on the Lansweeper logo in the top left corner of the web console. Please show us
the whole page.
- Screenshot of Add/Remove Programs on one problem client.
- Output of the report below, preferably in Excel format. Replace "YourComputer" with the NetBIOS name of the same client machine.
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblComputers.Firstseen, tblComputers.Lastseen,
tblComputers.Lasttried, tblComputers.Lasttriggered,
tblComputers.LastScheduled, tblComputers.LastActiveScan,
tblComputers.LastLsPush, tblComputers.Scanserver, TsysWaittime.CFGCode,
TsysWaittime.CFGname, TsysLastscan.Lasttime, TsysLastscan.Scantime,
TsysWaittime.Waitdays, Web40OSName.OSname, Web40OSName.SP, Web40OSName.OScode,
tblSoftware.softwareName, tblSoftware.softwareVersion,
tblSoftware.SoftwarePublisher, tblSoftware.Installdate,
tblSoftware.Lastchanged
From tblComputers Left Join
Web40OSName On Web40OSName.Computername = tblComputers.Computername Left Join
tblSoftware On tblComputers.Computername = tblSoftware.ComputerName Inner Join
TsysLastscan On tblComputers.Computername = TsysLastscan.Computername
Inner Join
TsysWaittime On TsysWaittime.CFGCode = TsysLastscan.CFGcode
Where TsysWaittime.CFGname = 'SOFTWARE' And tblComputers.Computer = 'YourComputer'
Order By tblComputers.ComputerUnique, tblSoftware.softwareName,
tblSoftware.softwareVersion