ActiveXperts Knowledge Base Article 7120010
Our mission at ActiveXperts Software is to deliver high quality Network Monitoring solutions and Windows Development components.
Our goal is to supplement these solutions with timely support resources that can help at many different levels.
The first thing you want to do is try to find the answer to your problem in the Knowledge Base.
If you cannot find an answer to your question in our Knowledge Base, or if you need additional information or assistance, please use our Contact Support form.
ActiveXperts uses WMI (Windows Management Instrumentation) to collect data about (remote) Windows computers.
WMI is part of Windows operating systems and installed by default.
Please check out the following:
- Check the Services applet on the monitoring server and monitored server to verify that the WMI services are indeed running.
- Make sure that firewall settings are not prevent you from accessing the remote computer through WMI.
Windows ships with the WMIC command line utility ('Windows Management Instrumentation Command-line'). Use this utility to check if WMI is working fine and to check credentials.
- Try to query the Termian Serivces counter on the monitoring machine:
WMIC /node:localhost PATH Win32_PerfRawData_LocalSessionManager_TerminalServices GET ActiveSessions, InactiveSessions, TotalSessions
- Use the same command from a console window on the monitored server:
WMIC /node:localhost PATH Win32_PerfRawData_LocalSessionManager_TerminalServices GET ActiveSessions, InactiveSessions, TotalSessions
-
Finally, run the command from the monitoring server to check CPU usage on the monitored server:
WMIC /node:computername /user:user /password:password PATH Win32_PerfRawData_LocalSessionManager_TerminalServices GET ActiveSessions, InactiveSessions, TotalSessions
If you cannot find an answer to your question(s) in our Knowledge Base, or if you need additional information or assistance, please contact our Customer Support using our Contact Support Form
