Skip to content

Commit 9be9c09

Browse files
Update set-csteamsmessagingconfiguration.md
1 parent 4f6af85 commit 9be9c09

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ Set-CsTeamsMessagingConfiguration [-Identity] <String>
2020
[-CustomEmojis <Boolean>]
2121
[-EnableInOrganizationChatControl <Boolean>]
2222
[-EnableVideoMessageCaptions <Boolean>]
23+
[-FileTypeCheck <string>]
2324
[-Force]
2425
[-MessagingNotes <String>]
26+
[-UrlReputationCheck <string>]
2527
[-WhatIf]
2628
[<CommonParameters>]
2729
```
@@ -125,6 +127,29 @@ Accept pipeline input: False
125127
Accept wildcard characters: False
126128
```
127129
130+
### -FileTypeCheck
131+
132+
>[!NOTE]
133+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
134+
135+
This setting determines if FileType check in teams messaging across the whole tenant
136+
137+
Possible Values:
138+
- Enabled
139+
- Disabled
140+
141+
```yaml
142+
Type: String
143+
Parameter Sets: (All)
144+
Aliases:
145+
146+
Required: False
147+
Position: Named
148+
Default value: Enabled
149+
Accept pipeline input: False
150+
Accept wildcard characters: False
151+
```
152+
128153
### -Force
129154
130155
The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
@@ -157,6 +182,29 @@ Accept pipeline input: False
157182
Accept wildcard characters: False
158183
```
159184
185+
### -UrlReputationCheck
186+
187+
>[!NOTE]
188+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
189+
190+
This setting determines if UrlReputationCheck check in teams messaging across the whole tenant
191+
192+
Possible Values:
193+
- Enabled
194+
- Disabled
195+
196+
```yaml
197+
Type: String
198+
Parameter Sets: (All)
199+
Aliases:
200+
201+
Required: False
202+
Position: Named
203+
Default value: Enabled
204+
Accept pipeline input: False
205+
Accept wildcard characters: False
206+
```
207+
160208
### -WhatIf
161209
162210
Shows what would happen if the cmdlet runs.

0 commit comments

Comments
 (0)