Hi
I am trying to appened a logon script (vbs) to include this command to run on clients computers. Could anybody please help me as I have tried few things but still comes back with an error.
I tried something like this
Set Wshell = CreateObject("Wscript.shell")
Wshshell.run "%logonserver%\netlogon\lsclient.exe chelsea",0"",0"
But still gives me an expected end of statement
The command is
lsclient "servername" "Port"
Many Thanks
Open in new window