File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ TeamsGuestMessagingConfiguration determines the messaging settings for the guest
20
20
### Identity (Default)
21
21
```
22
22
Set-CsTeamsGuestMessagingConfiguration [-Tenant <Guid>] [-AllowUserEditMessage <Boolean>]
23
- [-AllowUserDeleteMessage <Boolean>] [-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>]
23
+ [-AllowImmersiveReader <Boolean>] [- AllowUserDeleteMessage <Boolean>] [-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>]
24
24
[-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [[-Identity] <XdsIdentity>]
25
25
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
26
26
```
27
27
28
28
### Instance
29
29
```
30
30
Set-CsTeamsGuestMessagingConfiguration [-Tenant <Guid>] [-AllowUserEditMessage <Boolean>]
31
- [-AllowUserDeleteMessage <Boolean>] [-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>]
31
+ [-AllowImmersiveReader <Boolean>] [- AllowUserDeleteMessage <Boolean>] [-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>]
32
32
[-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [-Instance <PSObject>] [-Force]
33
33
[-WhatIf] [-Confirm] [<CommonParameters>]
34
34
```
@@ -181,6 +181,21 @@ Accept pipeline input: False
181
181
Accept wildcard characters : False
182
182
` ` `
183
183
184
+ ### -AllowImmersiveReader
185
+ Determines if immersive reader for viewing messages is enabled.
186
+
187
+ ` ` ` yaml
188
+ Type : Boolean
189
+ Parameter Sets : (All)
190
+ Aliases :
191
+
192
+ Required : False
193
+ Position : Named
194
+ Default value : None
195
+ Accept pipeline input : False
196
+ Accept wildcard characters : False
197
+ ` ` `
198
+
184
199
### -Identity
185
200
186
201
` ` ` yaml
You can’t perform that action at this time.
0 commit comments