Forum Discussion
parveenprajapati
Feb 19, 2021Copper Contributor
Want to archive teams in bulk
I want to archive teams in bulk with the id. i am sharing my script. but it is not happening. I am sharing my script. $a = Import-Csv C:\Users\parveen.kumar\Desktop\a.csv foreach ($a in $data) ...
kathy
Jan 25, 2022Copper Contributor
You can use this script: https://m365scripts.com/microsoft-teams/how-to-archive-team-in-microsoft-teams/#archive-teams-in-bulk-powershell
In this script, you can directly use the teams' name instead of id in the CSV file.