Set-CsTeamsGuestMessagingConfiguration
TeamsGuestMessagingConfiguration determines the messaging settings for the guest users.
Syntax
Set-CsTeamsGuestMessagingConfiguration
[-Tenant <Guid>]
[-AllowUserEditMessage <Boolean>]
[-AllowImmersiveReader <Boolean>]
[-AllowUserDeleteMessage <Boolean>]
[-AllowUserChat <Boolean>]
[-AllowGiphy <Boolean>]
[-AllowUserDeleteChat <Boolean>]
[-GiphyRatingType <String>]
[-AllowMemes <Boolean>]
[-AllowStickers <Boolean>]
[[-Identity] <XdsIdentity>]
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-CsTeamsGuestMessagingConfiguration
[-Tenant <Guid>]
[-AllowUserEditMessage <Boolean>]
[-AllowImmersiveReader <Boolean>]
[-AllowUserDeleteMessage <Boolean>]
[-AllowUserChat <Boolean>]
[-AllowGiphy <Boolean>]
[-AllowUserDeleteChat <Boolean>]
[-GiphyRatingType <String>]
[-AllowMemes <Boolean>]
[-AllowStickers <Boolean>]
[-Instance <PSObject>]
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
TeamsGuestMessagingConfiguration determines the messaging settings for the guest users. This cmdlet lets you update the guest messaging options you'd like to enable in your organization.
Examples
Example 1
Set-CsTeamsGuestMessagingConfiguration -AllowMemes $False
The command shown in Example 1 disables memes usage by guests within Teams.
Parameters
-AllowGiphy
Determines if Giphy images are available.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AllowImmersiveReader
Determines if immersive reader for viewing messages is enabled.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AllowMemes
Determines if memes are available for use.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AllowStickers
Determines if stickers are available for use.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AllowUserChat
Determines if a user is allowed to chat.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AllowUserDeleteChat
Turn this setting on to allow users to permanently delete their one-on-one chat, group chat, and meeting chat as participants (this deletes the chat only for them, not other users in the chat). Set this to TRUE to allow. Set this to FALSE to prohibit.
Type: | Boolean |
Position: | Named |
Default value: | TRUE |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AllowUserDeleteMessage
Determines if a user is allowed to delete their own messages.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AllowUserEditMessage
Determines if a user is allowed to edit their own messages.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Force
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-GiphyRatingType
Determines Giphy content restrictions. Default value is "Moderate", other options are "NoRestriction" and "Strict"
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Identity
Type: | XdsIdentity |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Instance
Type: | PSObject |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Tenant
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
System.Management.Automation.PSObject
Outputs
System.Object