I have heard that you can edit the scanning schedules in bulk by connecting directly to the database. Does anyone have to SQL query on how to do this? Many Thanks if you share!
Hi,Once my license is expired, can I still view and consult my assets history? I already have almost 1000 assets and all its history scanned and saved on Lansweeper, and I wanna keep this saved for future searches, once we will update our Lansweeper ...
Hi,I recently discovered that all my powershell deployed commands are not working under Scanning Credentials deployment. It was working as expected a few months ago. I'll state what I went through and as much info as I can: 1. The script works fine o...
Hello,We currently have over 350 scanning targets. I need to modify the schedule on all of the scanning targets but want to avoid modifying the schedule for every individual target. Is it possible to bulk modify the scan schedule for multiple scannin...
Hello guys,I am trying to add asset id in this script to see what computer is having chrashes most often, but it gives me an error every time.Anyone willing to help? Select Top (100000) tblCrash.CrashedApp, Count(tblCrash.TimeGenerated) As CrashCoun...