Forum Discussion
MS-Teams - A team for this group already exists error when creating Teams via share-point
As per the screenshot I can see the Option "Create Team", but when I click on Create Team its returning below error"
'
If you go to the azure active directory portal, in the groups and search for your groups, did you see the Teams there?
- Vertebre85May 07, 2020Iron Contributor
Check also that it's not somewhere deleted. Maybe there was something with a similar name. For example with powershell
Connect-AzureAD Get-AzureADMSDeletedGroup
- RoVar4May 07, 2020Copper Contributor
Please find my response : If you go to the azure active directory portal, in the groups and search for your groups, did you see the Teams there? - I cannot see Teams Option and its missing.
Connect-AzureAD Get-AzureADMSDeletedGroup
The output for the above is as below.
Can you please help me on this.
- Vertebre85May 07, 2020Iron Contributor
If you try by powershell, is the error the same? Or more clear?
to create a Team to a group, first install
Install-Module MicrosoftTeams
then
Connect-MicrosoftTeams New-Team -Group <Group id>
with the group id equal to the objectID of your screenshot
- RoVar4May 07, 2020Copper ContributorThank you for the quick reply......I will check this and get back to you.