Query Details
Tags: Query: DeviceProcessEvents | where ProcessVersionInfoInternalFileName contains "msbuild.exe" | where InitiatingProcessFileName != @"devenv.exe" and InitiatingProcessVersionInfoInternalFileName != "MSBuild.exe" References:
The query is searching for DeviceProcessEvents where the ProcessVersionInfoInternalFileName contains "msbuild.exe". It then filters out any results where the InitiatingProcessFileName is not "devenv.exe" and the InitiatingProcessVersionInfoInternalFileName is not "MSBuild.exe".

Ali Hussein
Released: September 14, 2023
Tables
Keywords
Operators