Skip to content

Commit 703f07b

Browse files
authored
Update Set-CsTeamsGuestMeetingConfiguration.md
Adding to Syntax section.
1 parent 181ddac commit 703f07b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skype/skype-ps/skype/Set-CsTeamsGuestMeetingConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Designates what meeting features guests using Microsoft Teams will have availabl
2222
### Identity (Default)
2323
```
2424
Set-CsTeamsGuestMeetingConfiguration [-Tenant <Guid>] [-AllowIPVideo <Boolean>]
25-
[-ScreenSharingMode <String>] [-AllowMeetNow <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf]
25+
[-ScreenSharingMode <String>] [-AllowMeetNow <Boolean>] [-LiveCaptionsEnabledType <String>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf]
2626
[-Confirm] [<CommonParameters>]
2727
```
2828

2929
### Instance
3030
```
3131
Set-CsTeamsGuestMeetingConfiguration [-Tenant <Guid>] [-AllowIPVideo <Boolean>]
32-
[-ScreenSharingMode <String>] [-AllowMeetNow <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
32+
[-ScreenSharingMode <String>] [-AllowMeetNow <Boolean>] [-LiveCaptionsEnabledType <String>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
3333
[<CommonParameters>]
3434
```
3535

0 commit comments

Comments
 (0)