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.shel
l")
Wshshell.run "%logonserver%\netlogon\ls
client.exe
chelsea",0"",0"
But still gives me an expected end of statement
The command is
lsclient "servername" "Port"
Many Thanks
Start Free Trial