Forum Discussion
Wiebke1380
Jul 10, 2024Copper Contributor
MS Teams Shared Channel Adding Users
Hi, I get an error when trying to add some users (A) to a shared channels within my Team. Others (B) I can add without a problem. Both users (A & B) are internal (members in my company) and can be...
chrisslroth
Jul 10, 2024Brass Contributor
Hi Wiebke1380, please check if powershell can resolve the issue:
Connect-MicrosoftTeams
Add-TeamChannelUser -GroupID (Get-Team -DisplayName "Team name here").GroupID -DisplayName "Shared Channel name" -User "email address removed for privacy reasons"
Maybe you can see a more detailed error if it fails.
Connect-MicrosoftTeams
Add-TeamChannelUser -GroupID (Get-Team -DisplayName "Team name here").GroupID -DisplayName "Shared Channel name" -User "email address removed for privacy reasons"
Maybe you can see a more detailed error if it fails.