Forum Discussion
michaelmaillot_op
Nov 27, 2019Brass Contributor
Unable to Remove a (orphaned ?) Team from user interface
Hi, I'm working on the Teams creation through Graph API. I'm creating the Unified Group (with the SharePoint), then the Team. And as I was using a service account, I wanted to remove the account ...
- Dec 06, 2019
FYI
I just got in touch with Microsoft Support and they informed me that there's a delay between the permanent deletion of a Group / Team from administration and its propagation to the UI. In my case, the "orphaned" Team has gone since my last post, which is good.
Now I know that, when interacting with a Team from Admin Interface or AAD Group takes a bit more time to propagate, than passing by the User Interface.
Thanks again for your help everyone 🙂
rene_weber
Nov 28, 2019Brass Contributor
Have you tried using the Microsoft Teams Powershell Module?
https://www.powershellgallery.com/packages/MicrosoftTeams/1.0.3
https://github.com/microsoftdocs/office-docs-powershell
https://www.powershellgallery.com/packages/MicrosoftTeams/1.0.3
https://github.com/microsoftdocs/office-docs-powershell
michaelmaillot_op
Nov 30, 2019Brass Contributor
rene_weber Thx but that doesn't help, because those PowerShell commands work like Graph API : every action of deleting / setting Owners is related to the Group Entity, which in my case doesn't work anymore.