I was pulling reports from our AD with Lansweeper and it is not updating the Windows version properly. We are pushing all machines to update to Windows 11, and I am using Lansweeper to pull that information but occasionally I will see a machine and ...
Good morningHere is a report for the zero day security update addressing: The vulnerability in question is CVE-2025-13223 (CVSS score: 8.8), a type confusion vulnerability in the V8 JavaScript and WebAssembly engine that could be exploited to achieve...
Does anyone happen to have a report (On-Prem or Cloud) showing all the different browsers that are installed in an environment and are willing to share? Its honestly getting a bit unwieldy, especially with all the new browsers in the last few years. ...
Hello all,New to Lansweeper and Lansweeper Cloud.I have recently started running into issues with viewing Custom Reports within our Lansweeper Site. All I see is a blank page when I try to view the results. I can however, edit the report and see the ...
This can be used to get the most frequent logon account in the last 60 days. -- First query: Get the most frequent logon user for each AssetIDWITH LogonCountsAS (SELECT AssetID,username,COUNT(*) AS logon_count,ROW_NUMBER() OVER (PARTITION BY AssetID ...
I had a ticket open ages ago and lansweeper support indicated that the department was based on the last update user, not the user the ticket was assigned to.I eventually dove into the SQL and this is fairly easy to change.SQL for time worked, includi...