SOLVED

Change team owners en masse

Copper Contributor

Is it possible to add an owner to all existing teams or remove an owner from all existing teams without using PowerShell?  Does Teams allow the use of an AD/Azure group as a team owner?

3 Replies
best response confirmed by VI_Migration (Silver Contributor)
Solution

Unless you want to do it manually via the Admin portal, I'd suggest you do use PowerShell (or the Graph API).

@scottdavidlowe

Out of the box (teams admin portal,...) there is no way.
So the only options are powershell and graph (like vasil mentioned)
However there are 3rd tools which can help you here (without the need of knowing powershell or graph api calls :))

Answering your second question: Unfortunately you can't assign/add a group as an owner to any team.

Hth
Stefan

The exact tool for this type of job is scripting/powershell I’m afraid.
1 best response

Accepted Solutions
best response confirmed by VI_Migration (Silver Contributor)
Solution

Unless you want to do it manually via the Admin portal, I'd suggest you do use PowerShell (or the Graph API).

View solution in original post