MS Teams Users dashboard

Copper Contributor
Hi All,

Is it possible to get a detailed report for total IM and EV u MS Teams users count using PowerShell script
1 Reply

Hello @Hariharan_T,

I am assuming you mean something like Microsoft Teams user activity report.

You can use Microsoft Graph API via PowerShell.

Specifically Get activity counts section as it has HTTP request and response examples.

 

Hope that helps.