Query Details
//Office 365: Add a User to an Admin Group OfficeActivity | where ((Operation == "Add member to group") and (ResultStatus == "Success") and (ModifiedProperties contains "admin"))
This query is looking for successful actions where a user is added to an admin group in Office 365. It filters the OfficeActivity table based on specific conditions such as the operation being "Add member to group", the result status being "Success", and the modified properties containing the word "admin".

Rod Trent
Released: November 5, 2021
Tables
Keywords
Operators