@@ -25,8 +25,8 @@ Set-CsTeamsMessagingPolicy [-Tenant <Guid>] [-Description <String>] [-AllowUrlPr
25
25
[-AllowStickers <Boolean>] [-AllowUserTranslation <Boolean>] [-AllowImmersiveReader <Boolean>]
26
26
[-AllowRemoveUser <Boolean>] [-AllowPriorityMessages <Boolean>] [-AllowSmartReply <Boolean>] [-Allow [-ReadReceiptsEnabledType <String>]
27
27
[-AudioMessageEnabledType <AudioMessageEnabledTypeEnum>] [-ChannelsInChatListEnabledType <ChannelsInChatListEnabledTypeEnum>]
28
+ [-CreateCustomEmojis <Boolean>] [-DeleteCustomEmojis <Boolean>] [-DesignerForBackgroundsAndImages <DesignerForBackgroundsAndImagesTypeEnum>]
28
29
[[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>] [-ChatPermissionRole <String>] [-AllowSmartCompose] <Boolean>]
29
- [-CreateCustomEmojis <Boolean>] [-DeleteCustomEmojis <Boolean>]
30
30
```
31
31
32
32
### Instance
@@ -36,7 +36,8 @@ Set-CsTeamsMessagingPolicy [-Tenant <Guid>] [-Description <String>] [-AllowUrlPr
36
36
[-AllowUserChat <Boolean>] [-AllowUserDeleteChat <Boolean>] [-AllowGiphy <Boolean>] [-GiphyRatingType <String>] [-AllowMemes <Boolean>]
37
37
[-AllowStickers <Boolean>] [-AllowUserTranslation <Boolean>] [-AllowImmersiveReader <Boolean>]
38
38
[-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>]
40
41
```
41
42
42
43
## DESCRIPTION
@@ -512,6 +513,23 @@ Accept pipeline input: False
512
513
Accept wildcard characters : False
513
514
` ` `
514
515
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
+
515
533
## INPUTS
516
534
517
535
### System.Management.Automation.PSObject
0 commit comments