wmi error - dcom_create_object
- by purpletonic
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?