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...
Koenpk
Jun 06, 2025Iron Contributor
Windows' WebDAV client (via webclnt.dll) and the WMI event system are interacting in a way that triggers the WebDAV client to perform certain filesystem operations (like checking for disk presence or status). When WMI queries are active, Windows may perform background checks or queries that involve probing the WebDAV drive.