wmi_filter_consumer_binding =========================== Lists the relationship between event consumers and filters. Platform support ---------------- Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. **Running a query against an unsupported platform will result in the following error:** ``no such table: wmi_filter_consumer_binding`` - Windows Table schema ------------ ============= ==== ============================================================================================================================================================== Name Type Description ============= ==== ============================================================================================================================================================== consumer TEXT Reference to an instance of __EventConsumer that represents the object path to a logical consumer, the recipient of an event. filter TEXT Reference to an instance of __EventFilter that represents the object path to an event filter which is a query that specifies the type of event to be received. class TEXT The name of the class. relative_path TEXT Relative path to the class or instance. ============= ==== ============================================================================================================================================================== Query examples -------------- .. code-block:: sql select * from wmi_filter_consumer_binding