Monday
Good day everyone.
Is there a report out there somewhere for On-Prem and Cloud that will show who has account access in Lansweeper?
Basically a report showing who has access to log into Lansweeper and what their role / access is?
Thanks
Dave
10 hours ago
I use this chart to show the most active users (save the report as "Chart: xxx"):
Select Top 1000000 htblusers.name,
Count(tblLoginLog.LogID) As logins
From tblLoginLog
Inner Join htblusers On tblLoginLog.UserName = Concat(htblusers.userdomain,
'\', htblusers.username)
Group By htblusers.name
Order By logins Desc
15 hours ago
15 hours ago
Try built-in reports:
Users: Logins into the Lansweeper web console
Users: Changes made to Lansweeper configuration
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now