Forum Discussion
DerDoode
Jun 04, 2025Copper Contributor
Endless WebDAV requests caused by WqlEventQuery
Hi, I'm facing problems when mapping a drive via WebDAV and simultaneously using WqlEventQuery to monitor created or deleted logical disks. 1. WebDAV: The network drive is mapped to a folder e...
Streittin
Jun 10, 2025Iron Contributor
Instead of monitoring all logical disk events, try to narrow down the query to only those events that are relevant to your use case. For example, if you only need to know when a drive is created, filter the query to only include the specific event that indicates drive creation (e.g., EventID 1000). This reduces the chance of triggering unnecessary events.