N-central Troubleshooting
Use the WBEMTest tool
Last Modified
Wed Jul 25 14:22 GMT 2018
Description
- WBEMTest is a tool to view WMI namespace and WMI data. This is included on every computer that has WMI installed. You can use it to quickly explore or confirm WMI details. However, WBEMTest.exe is only designed to be a support tool and has little support for browsing classes or instances.
Environment
- N-able N-central
Solution
- To view WMI namespace:
- From the Windows Start menu, click Start > Run.
- Type wmimgmt.msc and click OK.
- Right-click WMI Control (Local) and select Properties.
- Select the Security tab.
- Expand the Root folder.
- All of the sub-folders underneath the Root folder are the WMI namespaces on the device.
To view WMI data:
- From the Windows Start menu, click Start > Run.
- Type wbemtest and click OK.
- Click Connect
- Type root\cimv2 in the Namespace field.
- Click Connect.
- Click Enum Classes.
- Select Recursive.
- Click OK.
- Search for the WMI class that you want to view.