Skip to content

Commit e20d525

Browse files
authored
Merge pull request MicrosoftDocs#6780 from get-itips/patch-277
Adding missing parameter
2 parents b64d569 + 2668aad commit e20d525

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

skype/skype-ps/skype/New-CsTeamsMessagingPolicy.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The CsTeamsMessagingPolicy cmdlets enable administrators to control if a user is
1818
## SYNTAX
1919

2020
```
21-
New-CsTeamsMessagingPolicy [-AllowOwnerDeleteMessage <Boolean>] [-Description <String>]
21+
New-CsTeamsMessagingPolicy [-AllowOwnerDeleteMessage <Boolean>] [-AllowSmartReply <Boolean>] [-Description <String>]
2222
[-AllowUserChat <Boolean>] [[-Identity] <XdsIdentity>] [-InMemory] [-AllowUserDeleteMessage <Boolean>]
2323
[-ChannelsInChatListEnabledType <ChannelsInChatListEnabledTypeEnum>] [-Force] [-AllowStickers <Boolean>] [-AllowUrlPreviews <Boolean>]
2424
[-Tenant <Guid>] [-AllowImmersiveReader <Boolean>] [-AllowUserTranslation <Boolean>]
@@ -337,6 +337,21 @@ Accept pipeline input: False
337337
Accept wildcard characters: False
338338
```
339339
340+
### -AllowSmartReply
341+
Turn this setting on to enable suggested replies for chat messages.
342+
343+
```yaml
344+
Type: Boolean
345+
Parameter Sets: (All)
346+
Aliases:
347+
348+
Required: False
349+
Position: Named
350+
Default value: True
351+
Accept pipeline input: False
352+
Accept wildcard characters: False
353+
```
354+
340355
### -AllowPriorityMessages
341356
Determines whether a user is allowed to send priorities messages. Set this to TRUE to allow. Set this FALSE to prohibit.
342357

skype/skype-ps/skype/Set-CsTeamsMessagingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Accept wildcard characters: False
143143
```
144144
145145
### -AllowSmartReply
146-
Determines whether a user is allowed to use smart replies. Set this to TRUE to allow. Set this to FALSE to prohibit.
146+
Turn this setting on to enable suggested replies for chat messages. Set this to TRUE to allow. Set this to FALSE to prohibit.
147147
148148
```yaml
149149
Type: Boolean

0 commit comments

Comments
 (0)