Forum Discussion
aarohbits
Oct 16, 2020MCT
Managing 400+ Teams
Hi All, I am helping a client how has more than 400 teams in their environment. I told them to a script to restrict Office 365 Groups using following this link: https://docs.microsoft.com/en-us...
- 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
Oct 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?
TonyRedmond
Oct 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!