No WMI connection

Anupam Thomas
Tera Expert

Hi,
I am getting below error message please help me resolve it and understand the root cause of the issue,
Active, couldn't classify: No WMI connection


Thanks in advance.

1 ACCEPTED SOLUTION

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,


We always try gwmi connection first when the discovery is initiated. SO couple of the things to check:

1) 135 port

2) then logon to mid server and go to powerShell executor and run 

gwmi win32_operatingsystem -computer <IP address of server to gather info> -credential '<credentials>'

3) If this is successful then check firewall rules on that target machine.

 

Thanks,
Ashutosh

View solution in original post

15 REPLIES 15

Hi Ashutosh the 2nd point is failing in my case.
thanks

HI,

So now you have to check the permission for that user used. It should be local admin or domain admin with access to wmi. Also check the port 135 is open or not.

 

Try telnet.



Thanks,
Ashutosh

Hi,
We are using the domain admin, wmi access is also configured, we are using 5985 port , ping and telnet is also successful but still after running discovery the error is coming.
Thanks.

Hi,

Did you check 135 port? Also firewall rules on that machine? Sit with network guy and see where the connection is denied.


Thanks,
Ashutosh

What is the exact error message being returned? It is an Access Denied error?