Skip to content

Commit 537bdf5

Browse files
committed
Merge branch 'master' into chrisda
2 parents a4c2c37 + e20d525 commit 537bdf5

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteUserInvitations.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ This example retrieves email invites stored in the ContosoWeb1 site to the user
4040

4141
### -Site
4242

43-
Specifies the URL of the site collection to get.
44-
45-
The type must be a valid URL, in the form, https://server_name or https://server_name/sites/sitename
43+
Specifies the URL of the site collection.
4644

4745
```yaml
4846
Type: SpoSitePipeBind

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)