Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mscott
Engaged Sweeper
Hi all,
Hope someone has seen this problem. I am trying to use a vbs logon script in the default domain policy per the user manual. I have copied both the lsclient.exe and startup.vbs file to the netlogon directory. When the script executes an error is returned indicating "The system cannot find the file specified". The lsclient.exe file is in the same directory as the startup.vbs script.

Any help would be greatly appreciated.

6 REPLIES 6
farmonline
Engaged Sweeper
may be should be "\\server\share\lsclient.exe lsserver"

for my longin script is \\server\share\lsclient.exe 192.168.xx.xx
Hemoco
Lansweeper Alumni
Could you post the script and screenshots please
miki
Engaged Sweeper
I think, that you can also one more reason - network is not available at the moment of vbscript execution...
You should be sure, that network card is initialized and working... there is an entry inside GPO, which says something like "please wait with script execution, until network is available"... I don't remember exact location...
Unfortunately this setting will make a logon process longer..

Regards
Michal
taeratrin
Champion Sweeper
The only reasons it would come up with that are :

a) You mis-spelled something
b) Share isn't actually shared
c) Users don't have permissions to the share

Double-check those things.
taeratrin
Champion Sweeper
Easier way to do it than vbs : batch file -

"\\server\share\lsclient.exe" lsserver

Just one line.
Hemoco
Lansweeper Alumni
Please post your complete script and some screenshots of your folder.

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