cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
support4
Engaged Sweeper
Morning,

Ive a customer with lansweeper V6022,
They are looking to have a report / search screen where they can see what times they logged on & off to prove hours worked.

I can only see "last seen users" and no where a log off event.

Is there a way to do this please?

thanks in advance

2 REPLIES 2
MrCount
Engaged Sweeper III
Maybe here is some better information on how to track logon & logoff activity under Windows:

https://blogs.msdn.microsoft.com/ericfitz/2008/08/20/tracking-user-logon-activity-using-logon-events/

http://www.howtogeek.com/124313/how-to-see-who-logged-into-a-computer-and-when/
Because this is just another event in the Windows event log with a specific event ID, you can also use the Task Scheduler to take action when a logon occurs. You can even have Windows email you when someone logs on.

MrCount
Engaged Sweeper III
Hi,

do you mean sth. like this?

Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tsysAssetTypes.AssetTypename,
tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.IPAddress,
tblCPlogoninfo.logontime,
tblCPlogoninfo.Username
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Inner Join tblCPlogoninfo On tblAssets.AssetID = tblCPlogoninfo.AssetID
Where tblAssetCustom.State = 1


The logon-information is updated with every scan of the assets...

Otherwise you will have to take a look at the Event viewer for each computer.
There the logon & logoff information is listed in the security-protocol.