We’re currently experiencing a high volume of support requests, which may result in longer response times — Thank you for your patience and understanding.
Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
itadmin2
Engaged Sweeper
LSclient.exe is stored in the NETLOGON shared folder of the DC

startup.vbs is something like the following (deployed thru GPO, in logon script)

Set WshShell = CreateObject("WScript.Shell")
WshShell.run "DomainControllerMachineName\netlogon\lsclient.exe DomainControllerMachineName",0
'",0" = windows is hidden

C:\>\\onesourcesbs\netlogon\lsclient fileserver -> machine where IIS is installed and application.
Lansweeper client
-----------------
Connecting...
Success

C:\>\\onesourcesbs\netlogon\lsclient dc
Lansweeper client
-----------------
Connecting...
Failed

C:\>\\onesourcesbs\netlogon\lsclient 1sourceerp -> database server where lansweeper db is saved
Lansweeper client
-----------------
Connecting...
Failed

C:\>\\onesourcesbs\netlogon\lsclient pce0006
Lansweeper client
-----------------
Connecting...
Failed

1 REPLY 1
Hemoco
Lansweeper Alumni
It should be
Set WshShell = CreateObject("WScript.Shell")
WshShell.run "DomainControllerMachineName\netlogon\lsclient.exe machinewhereserviceisinstalled",0

most likely:
lsclient fileserver

Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now