ProbeHandlerWMI - Global

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • The ProbeHandlerWMI script include is the discovery probe handler for Windows Management Instrumentation (WMI) probes.

    You can use this script include in any server-side script where you need to configure an WMI probe.

    ProbeHandlerWMI - getParameters()

    Returns the parameters added by this probe handler.

    表 : 1. Parameters
    Name Type Description
    None
    表 : 2. Returns
    Type Description
    String A hash map of the parameters added by this probe

    ProbeHandlerWMI - getWMIFields()

    Generates a string containing the WMI fields to fetch.

    表 : 3. Parameters
    Name Type Description
    None
    表 : 4. Returns
    Type Description
    String The WMI fields to fetch.

    ProbeHandlerWMI - run()

    Runs the probe.

    表 : 5. Parameters
    Name Type Description
    None
    表 : 6. Returns
    Type Description
    void

    ProbeHandlerWMI - setProbeParameters(Object params)

    Sets the probe parameters.

    表 : 7. Parameters
    Name Type Description
    params Object The probe parameters
    表 : 8. Returns
    Type Description
    void