File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,9 @@ 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>]
29
- [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>] [-ChatPermissionRole <String>] [-AllowSmartCompose] <Boolean>]
28
+ [-CreateCustomEmojis <Boolean>] [-DeleteCustomEmojis <Boolean>] [-ChatPermissionRole <String>] [-AllowSmartCompose] <Boolean>]
29
+ [-DesignerForBackgroundsAndImages <DesignerForBackgroundsAndImagesTypeEnum>]
30
+ [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
30
31
```
31
32
32
33
### Instance
@@ -36,7 +37,8 @@ Set-CsTeamsMessagingPolicy [-Tenant <Guid>] [-Description <String>] [-AllowUrlPr
36
37
[-AllowUserChat <Boolean>] [-AllowUserDeleteChat <Boolean>] [-AllowGiphy <Boolean>] [-GiphyRatingType <String>] [-AllowMemes <Boolean>]
37
38
[-AllowStickers <Boolean>] [-AllowUserTranslation <Boolean>] [-AllowImmersiveReader <Boolean>]
38
39
[-AllowRemoveUser <Boolean>] [-AllowPriorityMessages <Boolean>] [-AllowSmartReply <Boolean>] [-ReadReceiptsEnabledType <String>]
39
- [-AudioMessageEnabledType <AudioMessageEnabledTypeEnum>] [-ChannelsInChatListEnabledType <ChannelsInChatListEnabledTypeEnum>] [-AllowSmartCompose] <Boolean>] [-CreateCustomEmojis <Boolean>] [-DeleteCustomEmojis <Boolean>] [-DesignerForBackgroundsAndImages <DesignerForBackgroundsAndImagesTypeEnum>]
40
+ [-AudioMessageEnabledType <AudioMessageEnabledTypeEnum>] [-ChannelsInChatListEnabledType <ChannelsInChatListEnabledTypeEnum>] [-AllowSmartCompose] <Boolean>]
41
+ [-CreateCustomEmojis <Boolean>] [-DeleteCustomEmojis <Boolean>] [-DesignerForBackgroundsAndImages <DesignerForBackgroundsAndImagesTypeEnum>]
40
42
[-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
41
43
```
42
44
You can’t perform that action at this time.
0 commit comments