We’re currently experiencing a high volume of support requests, which may result in longer response times — thank you for your patience and understanding.
Hello,I am new to Lansweeper and was wondering if anyone had any suggestions for how to maintain uniformity of all KB articles. I understand that this product has *some* limitations, and I'm okay with that. I have not been able to locate a KB templ...
I have created a simple report which gives me the number of users in a groupSelect Top 1000000 Count(tblADGroups.ADGroupID) As Count, tblADGroups.Name, Count(tblADusers.Username) As count2, tblADGroups.DescriptionFrom tblADusers Left Join tblADMe...
under the "user Relations" section, we can add when a user starts using an asset, but not when they stop. Can we have a "No longer used by <User>" section where we can add a returned date?for example, I would like to record when a user is assigned a ...
Hi,I have using Lansweeper for more than 3 years, and recently started to use deployments. As I have more than 50 Installer packages, its hard to scroll the whole page to search Installers (no scroll bar available for instaler packages section).Prese...
Is there a way to modify the default report of Software: All SQL Server editions, to include something similar to the Patch Tuesday logic where it shows the ones that are current in that major version (2012, 2014, 2016, 2017, 2019) meaning like if CU...
I found this code, but it only shows me the current month.How do I edit it, so that it shows the top 10 ticket types for Year To Date, by month for the current year?Select Top 10 DatePart(yyyy, htblticket.date) As Year, DatePart(mm, htblticket.date) ...