Network Management
Testing WMI Connectivity with WBEMTest in the SolarWinds Platform
How to test WMI connection by using Windows Management Instrumentation Tester tool (WBEMTest).
First published date
Last published date
Overview
This article provides steps to use the Microsoft Windows Management Instrumentation Tester tool to check WMI connectivity.
Confirm the following on your WBEMTest:
- Windows Management Instrumentation (WMI) is enabled and functioning properly.
- The remote server is accessible through an RPC connection to run the WMI queries.
Product section
Resolution
Testing Windows Management Instrumentation (WMI) connectivity
Complete the following task to ensure your SolarWinds Platform server supports WMI connections to target computers. WMI connectivity is required to enable WMI monitoring.
Note: Local test can be performed for agent-based monitoring
- RDP to SolarWinds Platform server as an administrator
- Open Run and enter wbemtest.exe
- Click OK
- Click Connect on the Windows Management Instrumentation Tester window.
- Enter \\testsrv\root\cimv2 in the Namespace field.
- Replace in the above example with the actual Hostname or Primary IP Address of the target remote server.
- Enter a username in the User field in format domain\user and the password in the Password field.
Note: User credentials are for accessing the remote computer and must have access to that remote computer. This may require you to enable remote procedure call (RPC) protocol on the remote computer. - Click Connect.
- Click Enum Classes.
- Select the Recursive without entering a superclass name, and then click OK.
- The Windows Management Instrumentation Tester generates a list of classes. If the list does not appear, see the Troubleshooting WMI Connectivity link from Microsoft at the end of this article for more information.
- Click the Close button, and then click Exit.
Troubleshooting Windows Management Instrumentation (WMI) connectivity
Microsoft provides the Windows Management Instrumentation Tester tool to test WMI connectivity on a system. The wbemtest.exe file is installed in the WBEM directory of your Windows system folder. More information on the Windows Management Instrumentation Tester is available on the Microsoft Developer Network website: