Forum Discussion
amit878
Jul 08, 2021Copper Contributor
Need Powershell script for fetch the details of in active team since 90 days
Hello, I am trying to identify inactive Teams, I work for a reasonably sized company so we have hundreds of Teams setup. I have tried running a Usage Report but that only shows Teams that have...
pvanberlo
Jul 08, 2021MCT
Generally, the reporting functionality (M365 Admin Center, Microsoft Graph) allows you to go back 1 day, 7 days, 30 days, 90 days or 180 days. If you require additional reporting over a longer period, you would probably have to start storing these details in a separate database so you can do more reporting on them.
Using the Microsoft Graph PowerShell modules you can get such reporting, have a look at https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.reports/?view=graph-powershell-1.0.
Using the Microsoft Graph PowerShell modules you can get such reporting, have a look at https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.reports/?view=graph-powershell-1.0.