I am sorry if all of this smacks of a total newb! Allow me to explain further.

quote:
How many Domains do you have?
How many Workstations do you have?
Are they all on LAN or WAN or both?

3
200+
both

Regarding the commenting out of the commands.
code:
        ;$KBFile='Windows2000-KB823980-x86-ENU.exe'
IF $RPCver <> "5.00.2195.6753"
;$GetLogServer = GetLogServer()
;$IServer = $GetLogServer[0]
;$LServer = $GetLogServer[1]

I commented them out and hard-coded the path and filename as a test on the 2 machines having the issue. Before, they bombed. After, they ran fine. That is how I determined which script line was giving a problem.

The script in the Before: state worked great on all but the 2 machines(maybe one or 2 more) mentioned above. Just curious as to why. Not a biggie in the grand scheme of things, just passing the info along.

Thanks