Hello,
I'm trying to get the VBScript Logon Script to work, however when ever we logon to the test pc we are presented with the following error.

Below is a copy of the script we are using that was in the manual:
Set WshShell = CreateObject("WScript.Shell")
WshShell.run "%logonserver%\netlogon\lsclient.exe gla1969",0
'",0" = windows is hidden
Regards
Marko