Skip to content

Commit b6fabf9

Browse files
authored
Update set-csteamsmessagingconfiguration.md
1 parent 53ab769 commit b6fabf9

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

teams/teams-ps/teams/set-csteamsmessagingconfiguration.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The TeamsMessagingConfiguration determines the messaging settings for users in y
1616

1717
```powershell
1818
Set-CsTeamsMessagingConfiguration [-EnableVideoMessageCaptions <Boolean>]
19-
[-EnableInOrganizationChatControl <Boolean>] [-CustomEmojis <Boolean>] [-Identity] <String> [-Force] [-WhatIf]
19+
[-EnableInOrganizationChatControl <Boolean>] [-CustomEmojis <Boolean>] [-MessagingNotes <String> [-Identity] <String> [-Force] [-WhatIf]
2020
[-Confirm] [<CommonParameters>]
2121
```
2222

@@ -52,6 +52,22 @@ Accept pipeline input: False
5252
Accept wildcard characters: False
5353
```
5454
55+
### -MessagingNotes
56+
57+
This setting enables/disables MessagingNotes integration across the whole tenant. Possible Values: Disabled, Enabled
58+
59+
```yaml
60+
Type: String
61+
Parameter Sets: (All)
62+
Aliases:
63+
64+
Required: False
65+
Position: Named
66+
Default value: Enabled
67+
Accept pipeline input: False
68+
Accept wildcard characters: False
69+
```
70+
5571
### -CustomEmojis
5672
5773
This setting enables/disables the use of custom emojis and reactions across the whole tenant. Upon enablement, admins and/or users can define a user group that is allowed.

0 commit comments

Comments
 (0)