Skip to content

Added script for Teams meetings with Copilot usage - #982

Open
nanddeepn wants to merge 2 commits into
pnp:mainfrom
nanddeepn:TeamsMeetingsWithCopilot
Open

Added script for Teams meetings with Copilot usage#982
nanddeepn wants to merge 2 commits into
pnp:mainfrom
nanddeepn:TeamsMeetingsWithCopilot

Conversation

@nanddeepn

Copy link
Copy Markdown
Contributor

This pull request introduces a new script for analyzing Microsoft Teams meetings to report on Copilot usage by parsing Microsoft Purview Unified Audit Logs.

Copilot AI lite review requested due to automatic review settings August 15, 2026 16:36
@nanddeepn nanddeepn changed the title Add script for Teams meetings with Copilot usage Added script for Teams meetings with Copilot usage Aug 15, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new script sample that analyzes Microsoft Purview Unified Audit Logs to identify Microsoft Teams meetings where Copilot-related features were used, producing both event-level and meeting-level CSV reports.

Changes:

  • Added a new README with usage guidance and an embedded PowerShell script to query and correlate Copilot-related audit events.
  • Added sample metadata (assets/sample.json) for the new script sample.

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 4 comments.

File Description
scripts/teams-meetings-with-copilot-usage/README.md Adds documentation and the PowerShell script that searches Unified Audit Logs and exports Copilot usage reports.
scripts/teams-meetings-with-copilot-usage/assets/sample.json Adds metadata describing the sample (title, tags, PowerShell version, thumbnail, authors).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +86 to +89
- Open Windows PowerShell ISE
- Create a new file
- Copy the code below
- Save the file and run it
Comment thread scripts/teams-meetings-with-copilot-usage/README.md
}
}

$DetailedFile = Join-Path $OutputFolder "TeamsCopilotActivity.csv"
Comment on lines +45 to +48
"gitHubAccount": "SmitaNachan",
"company": "",
"pictureUrl": "https://github.com/SmitaNachan.png",
"name": "Smita Nachan"
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants