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
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.
86
+
87
+
```yaml
88
+
Type: Boolean
89
+
Parameter Sets: (All)
90
+
Aliases:
91
+
92
+
Required: False
93
+
Position: Named
94
+
Default value: None
95
+
Accept pipeline input: False
96
+
Accept wildcard characters: False
97
+
```
98
+
80
99
### -AllowMemes
81
100
Determines whether a user is allowed to access and post memes. Set this to TRUE to allow. Set this FALSE to prohibit.
82
101
@@ -107,6 +126,36 @@ Accept pipeline input: False
107
126
Accept wildcard characters: False
108
127
```
109
128
129
+
### -AllowPriorityMessages
130
+
Determines whether a user is allowed to send priorities messages. Set this to TRUE to allow. Set this FALSE to prohibit.
131
+
132
+
```yaml
133
+
Type: Boolean
134
+
Parameter Sets: (All)
135
+
Aliases:
136
+
137
+
Required: False
138
+
Position: Named
139
+
Default value: None
140
+
Accept pipeline input: False
141
+
Accept wildcard characters: False
142
+
```
143
+
144
+
### -AllowRemoveUser
145
+
Determines whether a user is allowed to remove a user from a conversation. Set this to TRUE to allow. Set this FALSE to prohibit.
146
+
147
+
```yaml
148
+
Type: Boolean
149
+
Parameter Sets: (All)
150
+
Aliases:
151
+
152
+
Required: False
153
+
Position: Named
154
+
Default value: None
155
+
Accept pipeline input: False
156
+
Accept wildcard characters: False
157
+
```
158
+
110
159
### -AllowStickers
111
160
Determines whether a user is allowed to access and post stickers. Set this to TRUE to allow. Set this FALSE to prohibit.
112
161
@@ -182,6 +231,51 @@ Accept pipeline input: False
182
231
Accept wildcard characters: False
183
232
```
184
233
234
+
### -AllowUrlPreviews
235
+
Use this setting to turn automatic URL previewing on or off in messages. Set this to TRUE to turn on. Set this to FALSE to turn off.
236
+
237
+
```yaml
238
+
Type: Boolean
239
+
Parameter Sets: (All)
240
+
Aliases:
241
+
242
+
Required: False
243
+
Position: Named
244
+
Default value: None
245
+
Accept pipeline input: False
246
+
Accept wildcard characters: False
247
+
```
248
+
249
+
### -AudioMessageEnabledType
250
+
Determines whether a user is allowed to send audio messages. Possible values are: ChatsAndChannels, ChatsOnly, Disabled.
251
+
252
+
```yaml
253
+
Type: AudioMessageEnabledTypeEnum
254
+
Parameter Sets: (All)
255
+
Aliases:
256
+
257
+
Required: False
258
+
Position: Named
259
+
Default value: None
260
+
Accept pipeline input: False
261
+
Accept wildcard characters: False
262
+
```
263
+
264
+
### -ChannelsInChatListEnabledType
265
+
Possible values are: DisabledUserOverride, EnabledUserOverride.
266
+
267
+
```yaml
268
+
Type: ChannelsInChatListEnabledTypeEnum
269
+
Parameter Sets: (All)
270
+
Aliases:
271
+
272
+
Required: False
273
+
Position: Named
274
+
Default value: None
275
+
Accept pipeline input: False
276
+
Accept wildcard characters: False
277
+
```
278
+
185
279
### -Confirm
186
280
Prompts you for confirmation before running the cmdlet.
187
281
@@ -274,6 +368,21 @@ Accept pipeline input: False
274
368
Accept wildcard characters: False
275
369
```
276
370
371
+
### -ReadReceiptsEnabledType
372
+
Use this setting to specify whether read receipts are user controlled, enabled for everyone, or disabled. Set this to UserPreference, Everyone or None.
373
+
374
+
```yaml
375
+
Type: String
376
+
Parameter Sets: (All)
377
+
Aliases:
378
+
379
+
Required: False
380
+
Position: Named
381
+
Default value: None
382
+
Accept pipeline input: False
383
+
Accept wildcard characters: False
384
+
```
385
+
277
386
### -Tenant
278
387
Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created. For example:
279
388
@@ -313,36 +422,6 @@ Accept pipeline input: False
313
422
Accept wildcard characters: False
314
423
```
315
424
316
-
### -AllowUrlPreviews
317
-
Use this setting to turn automatic URL previewing on or off in messages. Set this to TRUE to turn on. Set this to FALSE to turn off.
318
-
319
-
```yaml
320
-
Type: Boolean
321
-
Parameter Sets: (All)
322
-
Aliases:
323
-
324
-
Required: False
325
-
Position: Named
326
-
Default value: None
327
-
Accept pipeline input: False
328
-
Accept wildcard characters: False
329
-
```
330
-
331
-
### -ReadReceiptsEnabledType
332
-
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