ae_scan.vbs errors msxml3.dll '80070005'

ae_scan.vbs errors msxml3.dll '80070005'

We are running this script from the login script in our domain, for some reason it just stopped working today with the error (Access Denied, msxml3.dll 8007005). I have done some searching and found similar errors which suggest changing the line

set http = createobject("microsoft.xmlhttp")

to

set http = createobject("MSXML2.ServerXMLHTTP")

this seems to have solved the problem and the script is now working again.







                  New to ADSelfService Plus?