We’re currently experiencing a high volume of support requests, which may result in longer response times — thank you for your patience and understanding.
I was wondering if anyone has already built a report that can simply enough find any asset or server that has one specific file in this case ATMFD.DLL Has someone already created a report like that?
Hello,I am trying to check if a specific folder exists into users folder but Lansweeper does not seem to accept user profile variable (%USERPROFILE%).Example of folder: %USERPROFILE%\appdata\specialfoldernameIs there a way to create a report for this...
Management has asked for a report on each laptop and what VPNs have been configured on each. I started by scanning the registry for Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections but that has proven unreliable. I was thinki...
/** Select required fields from tables **/Select Top 1000000 t1.AssetID, t1.AssetName, t2.Username, t2.Domainname, t2.Groupname, t3.Domainrole,/** Sets naming convention based on domain role **/ Case t3.Domainrole When 1 Then 'WORKSTATION' ...
How would I go about modifying the built-in report for Servers and Workstations, the "Disk: ....less than 1 GB HD" report, to exclude "RECOVERY" drive letters and other non-boot drives, regardless of drive letter? Working on proactive maintenance, I...
Added in v.6.0.100The report below gives back a count of the tickets that have been created during each year/month.The report will only take count tickets that meet all of the following criteria:The ticket has not been set to ‘Ignore’Select Top 10000...
Hey There,we are trying to get a Report for all our Workstations and Notebooks of the Company. All Notebooks have the "NB" in their Name and all Workstations have "WS" in it.so theoreticaly i can filter withWhere tsysAssetTypes.AssetTypename Like '%...