Query Details
//This a list of locating Copilot usage in the SecurityEvent table. //Copilot in Microsoft Edge SecurityEvent | where CommandLine has "ux=copilot" | where Process == "msedge.exe" //Copilot in Excel SecurityEvent | where CommandLine has "copilot" | where NewProcessName has "EXCEL.EXE" //Copilot in PowerPoint SecurityEvent | where CommandLine has "copilot" | where NewProcessName has "POWERPNT.EXE" //Copilot in Visual Studio SecurityEvent | where CommandLine has "copilot" | where NewProcessName has "vsce-sign.exe"
This query is designed to identify instances of Copilot usage within the SecurityEvent table for various Microsoft applications. It filters events based on specific criteria for each application:
In summary, this query helps track the usage of Copilot across different Microsoft applications by filtering relevant security events.

Rod Trent
Released: August 1, 2024
Tables
Keywords
Operators