TroubleShoot WMI services :
Complete the following procedure to check whether the target server is responding appropriately to
remote WMI requests that originate from the Application Manager server:
Log on to the Application Manager server with an administrator account.
Click Start > Run, enter wbemtest.exe and then click OK.
Click Connect on the Windows Management Instrumentation Tester window.
Enter \\Target_Primary_IP_Address\root\cimv2 in the field at the top of the dialog box. Replace Target_Primary_IP_Address in the above example with the actual Hostname or Primary IP Address of the target server. If WMI Query needs to be executed for local server, leave Namespace as "root\cimv2", skip username,password and use "Connect"
Enter the user name in the User field, the password in the Password field, and NTLMDOMAIN:NameOfDomain in the Authority field. Replace NameOfDomain with the domain of the user account specified in the User field.
Click Connect.
Click Query.
When File Path is D:\Eclipse\ipconfig.txt, then enter
Select * From CIM_DataFile Where drive='d:' and path = '\\Eclipse\\' and Name LIKE 'D:\\Eclipse\\ipconfig.txt'
and Click Apply.
If Path is D:\test.txt, query will be
Select * From CIM_DataFile Where drive='d:' and path = '\\' and Name LIKE 'D:\\test.txt'
If Path is D:\Eclipse\source\test.txt, query will be
Select * From CIM_DataFile Where drive='d:' and path = '\\Eclipse\\source\\' and Name LIKE 'D:\\Eclipse\\source\\test.txt'
If the Query Result Window appears remote WMI is functioning correctly.
If the Query Result Window not appear, remote WMI is not functioning correctly.
Click the Close button, and then click Exit