→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎06-20-2017 12:45 AM
‎07-05-2017 08:22 PM
‎07-03-2017 04:42 PM - last edited on ‎02-09-2024 11:54 AM by Mercedes_O
Lansweeper pulls a lot of information from WMI, when scanning Windows computers. It's not possible unfortunately to prevent scanning from querying WMI. If the security concern is related to remote WMI queries, you could instead scan using the LsPush scanning agent.
LsPush is a small executable that, when run on a Windows computer, scans the computer locally. The scan results can manually or automatically be forwarded to your Lansweeper server for import. You can find the LsPush executable in the Program Files (x86)\Lansweeper\Client folder on your Lansweeper server and information on its parameters in this knowledge base article.
LsPush can easily be deployed in domain environments with a logon script or group policy. A sample .vbs script that runs LsPush can be seen below. You will need to replace what we've highlighted with the folder hosting the LsPush executable and the name of your own Lansweeper server. If you deploy this script as part of a logon script or group policy, LsPush will automatically scan your machines when users log into them and send the results directly to your Lansweeper server for import. General info on setting up a logon based group policy, not specific to LsPush, can be found here.
Set WshShell = CreateObject("Wscript.Shell")
WshShell.run "%logonserver%\netlogon\lspush.exe lansweeperservername",0
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now