Forum Discussion
Managing 400+ Teams
- Oct 16, 2020
Run the Teams and Groups activity report and use the CSV it generates to decide which teams to remove. You could easily script some PowerShell to read the CSV and send email to the team owners before you remove the teams.
aarohbits Why not use a Groups expiration policy to remove unused groups automatically? https://petri.com/office-365-expiration-policy-auto-renews-user-activity
BTW, the link to the TechNet gallery for the script to analyze inactive Teams and groups is now incorrect as the Gallery is no longer being used. You can find details of the latest version of the script (4.7) at https://office365itpros.com/2020/01/14/office-365-groups-teams-activity-report/
- aarohbitsOct 16, 2020MCT
TonyRedmond thank you so much for super fast reply.
what are options if client does not have subscribed to Azure Active Directory P1 license?- TonyRedmondOct 16, 2020MVP
Run the Teams and Groups activity report and use the CSV it generates to decide which teams to remove. You could easily script some PowerShell to read the CSV and send email to the team owners before you remove the teams.
- aarohbitsOct 16, 2020MCT
TonyRedmond and you are simply awesome. Thank you!