question

SebastianoTropea-3241 avatar image
0 Votes"
SebastianoTropea-3241 asked PaulRodriguez-6772 answered

Chat in a meeting of a Teams channel for guest

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?

office-teams-windows-itprooffice-teams-linux-itpro
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

PaulRodriguez-6772 avatar image
0 Votes"
PaulRodriguez-6772 answered

@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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

SharonZhao-MSFT avatar image
0 Votes"
SharonZhao-MSFT answered SharonZhao-MSFT commented

@SebastianoTropea-3241,

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.


· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@SebastianoTropea-3241,
Do you have any update on this topic?

0 Votes 0 ·

@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.

0 Votes 0 ·