any chance we could see the script? or at least line 5 of it?
At a guess, there is a missing end of statem,ent on line 5 at char 61. But maybe I'm just jumping to conclusions.
I've got the VBS script listed below running on my Server 2003 network. It is activated by a WMI filter on a particular group policy object - the same loopback trick that Mark published in the IIS book. I can't figure out what the problem is. This script has been working for almost a year. I recently made some hardware changes and carefully copied the changes into the script. Any help you can offer would be MUCH appreciated.
When I run the script I get an error message:
Line: 5
Char: 61
Error: Expected end of statement
Code: 800A0401
Source: Microsoft VBScript compilation error
any chance we could see the script? or at least line 5 of it?
At a guess, there is a missing end of statem,ent on line 5 at char 61. But maybe I'm just jumping to conclusions.