Skip to content

Commit b9ffbe5

Browse files
authored
Adding missing parameter
1 parent 6e8089a commit b9ffbe5

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

skype/skype-ps/skype/Set-CsTeamsGuestMessagingConfiguration.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ TeamsGuestMessagingConfiguration determines the messaging settings for the guest
2020
### Identity (Default)
2121
```
2222
Set-CsTeamsGuestMessagingConfiguration [-Tenant <Guid>] [-AllowUserEditMessage <Boolean>]
23-
[-AllowUserDeleteMessage <Boolean>] [-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>]
23+
[-AllowImmersiveReader <Boolean>] [-AllowUserDeleteMessage <Boolean>] [-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>]
2424
[-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [[-Identity] <XdsIdentity>]
2525
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
### Instance
2929
```
3030
Set-CsTeamsGuestMessagingConfiguration [-Tenant <Guid>] [-AllowUserEditMessage <Boolean>]
31-
[-AllowUserDeleteMessage <Boolean>] [-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>]
31+
[-AllowImmersiveReader <Boolean>] [-AllowUserDeleteMessage <Boolean>] [-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>]
3232
[-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [-Instance <PSObject>] [-Force]
3333
[-WhatIf] [-Confirm] [<CommonParameters>]
3434
```
@@ -181,6 +181,21 @@ Accept pipeline input: False
181181
Accept wildcard characters: False
182182
```
183183
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+
184199
### -Identity
185200
186201
```yaml

0 commit comments

Comments
 (0)