Skip to content

Commit 6788003

Browse files
authored
Update Set-CsTeamsMessagingPolicy.md
1 parent 35371a4 commit 6788003

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

teams/teams-ps/teams/Set-CsTeamsMessagingPolicy.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Set-CsTeamsMessagingPolicy [-Tenant <Guid>] [-Description <String>] [-AllowUrlPr
2525
[-AllowStickers <Boolean>] [-AllowUserTranslation <Boolean>] [-AllowImmersiveReader <Boolean>]
2626
[-AllowRemoveUser <Boolean>] [-AllowPriorityMessages <Boolean>] [-AllowSmartReply <Boolean>] [-Allow [-ReadReceiptsEnabledType <String>]
2727
[-AudioMessageEnabledType <AudioMessageEnabledTypeEnum>] [-ChannelsInChatListEnabledType <ChannelsInChatListEnabledTypeEnum>]
28+
[-CreateCustomEmojis <Boolean>] [-DeleteCustomEmojis <Boolean>] [-DesignerForBackgroundsAndImages <DesignerForBackgroundsAndImagesTypeEnum>]
2829
[[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>] [-ChatPermissionRole <String>] [-AllowSmartCompose] <Boolean>]
29-
[-CreateCustomEmojis <Boolean>] [-DeleteCustomEmojis <Boolean>]
3030
```
3131

3232
### Instance
@@ -36,7 +36,8 @@ Set-CsTeamsMessagingPolicy [-Tenant <Guid>] [-Description <String>] [-AllowUrlPr
3636
[-AllowUserChat <Boolean>] [-AllowUserDeleteChat <Boolean>] [-AllowGiphy <Boolean>] [-GiphyRatingType <String>] [-AllowMemes <Boolean>]
3737
[-AllowStickers <Boolean>] [-AllowUserTranslation <Boolean>] [-AllowImmersiveReader <Boolean>]
3838
[-AllowRemoveUser <Boolean>] [-AllowPriorityMessages <Boolean>] [-AllowSmartReply <Boolean>] [-ReadReceiptsEnabledType <String>]
39-
[-AudioMessageEnabledType <AudioMessageEnabledTypeEnum>] [-ChannelsInChatListEnabledType <ChannelsInChatListEnabledTypeEnum>] [-AllowSmartCompose] <Boolean>] [-CreateCustomEmojis <Boolean>] [-DeleteCustomEmojis <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
39+
[-AudioMessageEnabledType <AudioMessageEnabledTypeEnum>] [-ChannelsInChatListEnabledType <ChannelsInChatListEnabledTypeEnum>] [-AllowSmartCompose] <Boolean>] [-CreateCustomEmojis <Boolean>] [-DeleteCustomEmojis <Boolean>] [-DesignerForBackgroundsAndImages <DesignerForBackgroundsAndImagesTypeEnum>]
40+
[-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
4041
```
4142

4243
## DESCRIPTION
@@ -512,6 +513,23 @@ Accept pipeline input: False
512513
Accept wildcard characters: False
513514
```
514515
516+
### -DesignerForBackgroundsAndImages
517+
This setting will enable or disable the MS Designer for all entry points: currently announcements feature.
518+
519+
Possible values are: Enabled, Disabled.
520+
521+
```yaml
522+
Type: DesignerForBackgroundsAndImagesTypeEnum
523+
Parameter Sets: (All)
524+
Aliases:
525+
526+
Required: False
527+
Position: Named
528+
Default value: Enabled
529+
Accept pipeline input: False
530+
Accept wildcard characters: False
531+
```
532+
515533
## INPUTS
516534
517535
### System.Management.Automation.PSObject

0 commit comments

Comments
 (0)