Query Details
DeviceProcessEvents | where InitiatingProcessFileName contains "WmiPrvSE.exe" | where FileName != "DismHost.exe" | where FileName != "WerFault.exe" | where InitiatingProcessAccountName == "network service" //find the events run over the network
This query is searching for events related to a specific process called "WmiPrvSE.exe". It excludes events related to two other processes called "DismHost.exe" and "WerFault.exe". It also filters the events to only include those where the initiating process account name is "network service", indicating that the events were run over the network.

Daniel Card
Released: September 4, 2023
Tables
Keywords
Operators