wmi error - dcom_create_object

Posted by purpletonic on Server Fault See other posts from Server Fault or by purpletonic
Published on 2010-04-27T12:13:16Z Indexed on 2010/04/27 12:23 UTC
Read the original article Hit count: 838

Filed under:
|
|
|

I'm trying to connect to a remote windows machine from linux command line, but I'm getting an error. Here's the command I'm running:

 wmic -U 'domain.com/admin%password' //machine "Select Name from Win32_Service"

The error I'm getting is as follows:

ERROR: dcom_create_object.
ERROR: Login to remote object.
NTSTATUS: NT_STATUS_IO_TIMEOUT - NT_STATUS_IO_TIMEOUT

Could anyone help me understand this. I've connected to the windows box with the credentials supplied, and wmi seems to be functioning correctly. What else could be causing this?

© Server Fault or respective owner

Related posts about wmi

Related posts about wmic