I have a meeting created in a Teams channel - chat only works between members or owners and not with guests. Is there the possibility with powershell to enable the use of chat for guests?
I have a meeting created in a Teams channel - chat only works between members or owners and not with guests. Is there the possibility with powershell to enable the use of chat for guests?
You can execute the following command to allow guest users to chat:
Set-CsTeamsGuestMessagingConfiguration -AllowUserChat $True
Before you start, installing the Teams PowerShell module. Then, connect using an admin credentials. For more details, please refer tot this article: https://docs.microsoft.com/en-us/microsoft-365/enterprise/manage-skype-for-business-online-with-microsoft-365-powershell?view=o365-worldwide.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
@SebastianoTropea-3241,
Haven't received your update for a long time, any update now?
If the above suggestion helps, please be free to mark it as answer for helping more people.
@SharonZhao-MSFT I tried the steps you provided but I get the following error:
Set-CsTeamsGuestMessagingConfiguration : The term 'Set-CsTeamsGuestMessagingConfiguration' is not recognized as the
name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:1
+ Set-CsTeamsGuestMessagingConfiguration -AllowUserChat $True
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Set-CsTeamsGuestMessagingConfiguration:String) [], CommandNotFoundExcep
tion
+ FullyQualifiedErrorId : CommandNotFoundException
4 people are following this question.