Per-Team Activity Data Available via Graph API

MVP

 

A new Microsoft Graph query makes it easy to fetch per-team activity data for reporting. You can also fetch the data with the Microsoft Graph PowerShell SDK. The data goes back a maximum of 90 days and is at least two days old when you fetch it. Those facts are easy to live with. What’s not so good is that the activity data focuses exclusively on channel activity and avoids everything else which happens in Teams.

https://office365itpros.com/2022/04/06/per-team-activity-data/

2 Replies

@Tony Redmond Thanks for this article @Tony Redmond, it's long been a request from my customers to be able to access per Team usage reporting via script rather than downloading from Teams Admin.

 

It's a shame there isn't a cmdlet in the Teams PowerShell Module to access this directly, rather than needing to make graph calls as that's more of an established way for admins to authenticate. One day maybe. 

Use the Invoke-MgGraphRequest cmdlet... That's a pretty simple way of getting to the data without having to create a registered app etc. But it would be nicer to have a Teams cmdlet...