
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2012 12:19 PM
Hi,
I made a GPO where on logon, lspush.exe is runned.
Now if i see in the lansweeper tool, many computers are being scanned.
But if i connect to the DB and go into TBLcomputers, i look for the table LastLsPush, it only showes a few records that are filled. Although many more were scanned on logon.
I was wondering where this discrepancy commes from?
Kind regards
I made a GPO where on logon, lspush.exe is runned.
Now if i see in the lansweeper tool, many computers are being scanned.
But if i connect to the DB and go into TBLcomputers, i look for the table LastLsPush, it only showes a few records that are filled. Although many more were scanned on logon.
I was wondering where this discrepancy commes from?
Kind regards
Labels:
- Labels:
-
General Discussion
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2012 02:49 PM
Likely explanations are:
- The affected computers were not rescanned at all.
- The affected computers were rescanned, but by a scanning method other than LsPush.
Please contact us at support@lansweeper.com and provide us with the following:
- Screenshot of your web console landing page.
- Output of the report below.
- The affected computers were not rescanned at all.
- The affected computers were rescanned, but by a scanning method other than LsPush.
Please contact us at support@lansweeper.com and provide us with the following:
- Screenshot of your web console landing page.
- Output of the report below.
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblComputers.Firstseen, tblComputers.Lastseen,
tblComputers.Lasttried, tblComputers.Lasttriggered,
tblComputers.LastScheduled, tblComputers.LastActiveScan,
tblComputers.LastLsPush
From tblComputers
Order By tblComputers.Lastseen Desc
