DotNetNewbie
Programmer
Hi,
I have recently added a new Domain Controller (DC) to my network. The login script that is being used has worked perfectly up until this point.
When users validate against the new DC they get an error when the script runs, the error is below:
Line 60
Char 1
Error: ActiveX component can't create object: 'InternetExplorer.application'
Code: 800A01AD
Source: Microsoft VBScript runtime error
Below are the lines before and after line 60:
57 envLogonServer = wshenv("LogonServer")
58 Set WshNetwork=wscript.CreateObject("Wscript.Network")
59 Set filesys = CreateObject("Scripting.FileSystemObject")
60 Set MSIE = CreateObject("InternetExplorer.Application")
61 Set adsSystemInfo = CreateObject("ADSystemInfo")
Any help most grateful.
.net
I have recently added a new Domain Controller (DC) to my network. The login script that is being used has worked perfectly up until this point.
When users validate against the new DC they get an error when the script runs, the error is below:
Line 60
Char 1
Error: ActiveX component can't create object: 'InternetExplorer.application'
Code: 800A01AD
Source: Microsoft VBScript runtime error
Below are the lines before and after line 60:
57 envLogonServer = wshenv("LogonServer")
58 Set WshNetwork=wscript.CreateObject("Wscript.Network")
59 Set filesys = CreateObject("Scripting.FileSystemObject")
60 Set MSIE = CreateObject("InternetExplorer.Application")
61 Set adsSystemInfo = CreateObject("ADSystemInfo")
Any help most grateful.
.net