Forum Discussion
TonyRedmond
Apr 06, 2022MVP
Per-Team Activity Data Available via Graph API
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 da...
StevenC365
Apr 06, 2022MVP
TonyRedmond Thanks for this article TonyRedmond, 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.
- TonyRedmondApr 06, 2022MVPUse 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...