Hi I am trying to install winrm which calls winrm.vbs
This server has an issue because I get the error message ActiveX component can't create object
When I look the line it referrs to a line that says set stdIn = WScript.StdIn
So I tried to run a simple script WScript.StdOut that says hello world, it works on another computer (cscript script.vbs) and it fails on this computer.
So I know the script is working but I don't know how to trobuleshoot the stdin stderr, stdout class mehtod.
I will appreciate any help
Computer with the issue Windows 2008 x86 version (enterprise)
I have another computer Windows 2008 x86 version working (standard)
The same issue seems to happen in this thread but I could not fix with those suggested steps:
This server has an issue because I get the error message ActiveX component can't create object
When I look the line it referrs to a line that says set stdIn = WScript.StdIn
So I tried to run a simple script WScript.StdOut that says hello world, it works on another computer (cscript script.vbs) and it fails on this computer.
So I know the script is working but I don't know how to trobuleshoot the stdin stderr, stdout class mehtod.
I will appreciate any help
Computer with the issue Windows 2008 x86 version (enterprise)
I have another computer Windows 2008 x86 version working (standard)
The same issue seems to happen in this thread but I could not fix with those suggested steps: