cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ideal_trucks
Engaged Sweeper
I'm working on a custom program to interface with Lansweeper that will insert to the tblCPloginInfo table.
What login is used in Lansweeper on this table when inserting as far as dates go? Is there a certain number of logins stored for each user and then the old ones are being deleted. In our current DB, the oldest entry is from October.
1 ACCEPTED SOLUTION
Susan_A
Lansweeper Alumni
When Lansweeper scans a Windows computer, it detects the currently logged on user and adds a logon event for this user to the tblCPlogoninfo database table. The logontime in this table reflects when the computer was scanned and the user detected. The following cleanup option under Configuration\Server Options affects how long logon information is kept in the database: "Delete logon information after XX days".

While we cannot provide support for creating custom interfaces, database connection details can be found in the Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.config file on your Lansweeper scanning server.

View solution in original post

1 REPLY 1
Susan_A
Lansweeper Alumni
When Lansweeper scans a Windows computer, it detects the currently logged on user and adds a logon event for this user to the tblCPlogoninfo database table. The logontime in this table reflects when the computer was scanned and the user detected. The following cleanup option under Configuration\Server Options affects how long logon information is kept in the database: "Delete logon information after XX days".

While we cannot provide support for creating custom interfaces, database connection details can be found in the Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.config file on your Lansweeper scanning server.