Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

ProbeHandlerWMI- Global

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.

Parent Topic:Server API reference

ProbeHandlerWMI - getParameters()

Returns the parameters added by this probe handler.

NameTypeDescription
None  
TypeDescription
StringA hash map of the parameters added by this probe

ProbeHandlerWMI - getWMIFields()

Generates a string containing the WMI fields to fetch.

NameTypeDescription
None  
TypeDescription
StringThe WMI fields to fetch.

ProbeHandlerWMI - run()

Runs the probe.

NameTypeDescription
None  
TypeDescription
void 

ProbeHandlerWMI - setProbeParameters(Object params)

Sets the probe parameters.

NameTypeDescription
paramsObjectThe probe parameters
TypeDescription
void