Hello,
I have tried to run a remote VBS script using the WshRemote object. I get an error at the following line of code:
Set RemoteScript = Controller.CreateScript(“test.js”, “remoteserver”)
I get the following error:
Error: ActiveX compontent can’t create object
Code: 800A01AD
Source: M1crosoft VBScript runtime error
Can anyone help me out here? Thanks in advance.