Forum Discussion
EPNAdam
Jun 12, 2023Iron Contributor
Delay in user getting Owners role
I have recently noticed issues with my Teams provisioning where added users as Owners are not becoming Owners instantly but much later (hours or up to a day). This has been working for years up until...
EPNAdam
Jun 13, 2023Iron Contributor
Tested today again. 2 accounts of total 3 were made as Owners and my account is still member despite present in the "Owners" section of the AAD group connected to the created Team.
Removing the account as Owner in the ADD group manually and then adding it again fixes it. So, some kind of glitch.
Nivedipa-MSFT
Microsoft
Jun 13, 2023EPNAdam - Could you please share the document which you are referring or share the repro steps to try at our end?
- EPNAdamJun 13, 2023Iron ContributorTesting can be done using PowerShell and PnP:
$users = @("email address removed for privacy reasons","email address removed for privacy reasons","email address removed for privacy reasons", "email address removed for privacy reasons")
Add-PnPMicrosoft365GroupOwner -Identity <team guid> -Users $users
Add-PnPMicrosoft365GroupMember -Identity <team guid> -Users $users
You can also add accounts via AAD manually. Will test this off more and then most probably file a MS ticket if the delays continue to appear.- Nivedipa-MSFTJun 27, 2023
Microsoft
EPNAdam - For questions related to Microsoft PowerShell, I recommend visiting the PowerShell community forum.
There, you can engage with fellow users and experts who can provide assistance and guidance.