Is there a way on Lansweeper Dashboard to get information regarding clients Windows update status?We would like to be informed if anyone has put Windows updates ON/OFF.With best regards,
Hi All,I am still learning SQL and was wondering if there is a way to create a query to be able to pull a report to list all software installed on each asset. I originally had this query but it does not list the OS. Select tblAssets.AssetName,tblAsse...
I am trying to determine how I can search for whether or not a specific Microsoft patch is installed on systems. When I go to Software > Microsoft I only see a few dozen Microsoft related programs installed. Have I selected an option that is hiding...
Hello,I'm pretty new to Lansweeper, and have no knowledge in SQL aswell, so I hope my question doesn't sound too silly. Also I hope my question is understandable, I'm not a native english speaker.I need to make a report which shows what users are new...
The report below lists scanned domain users that were created in Active Directory in the last 7 days. You can replace the number marked in yellow with a different time frame.Domain users are automatically scanned when they log into a computer during ...
Hello,Situation: we keep PDF's of our invoices when we purchase hardware, and intend to upload them to lansweeper's 'doc' page for each asset.We'd like to add a column to the below report that will provide a link the uploaded document associated with...
I was wondering if Lansweeper can report of what AD groups a user is a member of, or the other way around ( all users in a group)The ADUsers table doesn't seem to have that information. Thanks,
List of hard-disk partitions which are not alignedNote: This report runs only if the Lansweeper DB is installed on SQL Server Express or higher edition.Select Top (1000000) tblAssets.AssetID, tblAssets.AssetName, tblAssets.Domain, tsysOS.OSname, ...