Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In order to use WMI, the user account under which the Collection Service runs must have administrator permissions on the remote server. The most frequently encountered problems with WMI relate to RPC traffic failing to get through to the remote computer. Another issue involves DCOM/WMI permissions.

The following links link provide additional information about how to troubleshoot WMI connectivity issues:

  • Newtablink
    aliasSecuring a remote WMI connection
    urlhttps://msdndocs.microsoft.com/en-us/library/windows/desktop/aa393266%28v=vs.85%29.aspx
    Newtablink
    aliasHelp with Scripts
    urlhttps://technet.microsoft.com/en-us/scriptcenter/win32/wmisdk/securing-a-remote-wmi-connection

Using WbemTest (Windows Management Instrumentation Tester)

...

  1. Run wbemtest.exe.
  2. Click Connect.
  3. In the NameSpace text box, enter \\server\root\cimv2 where the server is the name of the server to which you want to connect.
  4. Provide Username and Password.
  5. Click Connect.
  6. Click Query.
  7. Enter select * from win32_process.
  8. Click Apply.

...