You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This setting determines if users with the 'Full permissions' role can delete any group or meeting chat message within their tenant.
215
+
Possible values: True, False
216
+
217
+
```yaml
218
+
Type: Boolean
219
+
Parameter Sets: (All)
220
+
Aliases:
221
+
222
+
Required: False
223
+
Position: Named
224
+
Default value: None
225
+
Accept pipeline input: False
226
+
Accept wildcard characters: False
227
+
```
228
+
129
229
### -AllowGiphy
130
230
Determines whether a user is allowed to access and post Giphys. Set this to TRUE to allow. Set this FALSE to prohibit.
131
231
@@ -143,6 +243,38 @@ Accept pipeline input: False
143
243
Accept wildcard characters: False
144
244
```
145
245
246
+
### -AllowGiphyDisplay
247
+
Determines if Giphy images should be displayed that had been already sent or received in chat.
248
+
Possible values: True, False
249
+
250
+
```yaml
251
+
Type: Boolean
252
+
Parameter Sets: (All)
253
+
Aliases:
254
+
255
+
Required: False
256
+
Position: Named
257
+
Default value: None
258
+
Accept pipeline input: False
259
+
Accept wildcard characters: False
260
+
```
261
+
262
+
### -AllowGroupChatJoinLinks
263
+
This setting determines if users in a group chat can create and share join links for other users within the organization to join that chat.
264
+
Possible values: True, False
265
+
266
+
```yaml
267
+
Type: Boolean
268
+
Parameter Sets: (All)
269
+
Aliases:
270
+
271
+
Required: False
272
+
Position: Named
273
+
Default value: None
274
+
Accept pipeline input: False
275
+
Accept wildcard characters: False
276
+
```
277
+
146
278
### -AllowImmersiveReader
147
279
Determines whether a user is allowed to use Immersive Reader for reading conversation messages. Set this to TRUE to allow. Set this FALSE to prohibit.
148
280
@@ -188,8 +320,40 @@ Accept pipeline input: False
188
320
Accept wildcard characters: False
189
321
```
190
322
323
+
### -AllowPasteInternetImage
324
+
Determines if a user is allowed to paste internet-based images in compose.
325
+
Possible values: True, False
326
+
327
+
```yaml
328
+
Type: Boolean
329
+
Parameter Sets: (All)
330
+
Aliases:
331
+
332
+
Required: False
333
+
Position: Named
334
+
Default value: None
335
+
Accept pipeline input: False
336
+
Accept wildcard characters: False
337
+
```
338
+
191
339
### -AllowPriorityMessages
192
-
Determines whether a user is allowed to send priorities messages. Set this to TRUE to allow. Set this FALSE to prohibit.
340
+
Determines whether a user is allowed to send priority messages. Set this to TRUE to allow. Set this FALSE to prohibit.
341
+
342
+
```yaml
343
+
Type: Boolean
344
+
Parameter Sets: (All)
345
+
Aliases:
346
+
347
+
Required: False
348
+
Position: Named
349
+
Default value: None
350
+
Accept pipeline input: False
351
+
Accept wildcard characters: False
352
+
```
353
+
354
+
### -AllowSecurityEndUserReporting
355
+
This setting determines if users can report any security concern posted in message to their admin.
356
+
Possible values: True, False
193
357
194
358
```yaml
195
359
Type: Boolean
@@ -355,6 +519,22 @@ Accept pipeline input: False
355
519
Accept wildcard characters: False
356
520
```
357
521
522
+
### -AllowVideoMessages
523
+
This setting determines if users can create and send video messages.
524
+
Possible values: True, False
525
+
526
+
```yaml
527
+
Type: Boolean
528
+
Parameter Sets: (All)
529
+
Aliases:
530
+
531
+
Required: False
532
+
Position: Named
533
+
Default value: None
534
+
Accept pipeline input: False
535
+
Accept wildcard characters: False
536
+
```
537
+
358
538
### -AudioMessageEnabledType
359
539
Determines whether a user is allowed to send audio messages. Possible values are: ChatsAndChannels, ChatsOnly, Disabled.
360
540
@@ -520,6 +700,21 @@ Accept pipeline input: False
520
700
Accept wildcard characters: False
521
701
```
522
702
703
+
### -InOrganizationChatControl
704
+
This setting determines if chat regulation for internal communication in the tenant is allowed.
705
+
706
+
```yaml
707
+
Type: String
708
+
Parameter Sets: (All)
709
+
Aliases:
710
+
711
+
Required: False
712
+
Position: Named
713
+
Default value: None
714
+
Accept pipeline input: False
715
+
Accept wildcard characters: False
716
+
```
717
+
523
718
### -ReadReceiptsEnabledType
524
719
Use this setting to specify whether read receipts are user controlled, enabled for everyone, or disabled. Set this to UserPreference, Everyone or None.
0 commit comments