Query Details
//Detect Copilot Plugin Installation //https://www.linkedin.com/feed/update/urn:li:activity:7176504602702356481/ CloudAppEvents | where ActionType == "AppInstalled" | extend AppName = tostring(RawEventData.AddOnName) | summarize by AppName , AccountType, AccountDisplayName | sort by AppName asc
This query is designed to detect the installation of a specific plugin called "Copilot" in a cloud application. Here's a simple breakdown of what it does:
CloudAppEvents.AppName.AppName, AccountType, and AccountDisplayName to summarize the installations.AppName).In essence, this query identifies and lists all instances where the "Copilot" plugin has been installed, along with details about the account type and display name, sorted by the app name.

Steven Lim
Released: August 2, 2024
Tables
Keywords
Operators