Forum Discussion
Hariharan_T
Oct 19, 2020Copper Contributor
MS Teams Users dashboard
Hi All,
Is it possible to get a detailed report for total IM and EV u MS Teams users count using PowerShell script
Is it possible to get a detailed report for total IM and EV u MS Teams users count using PowerShell script
- AndySvintsSteel Contributor
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.