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