Skip to content

Commit 152cee7

Browse files
Update Set-CsTeamsGuestMeetingConfiguration.md
Adding AllowTranscripton parameter
1 parent f9a45bf commit 152cee7

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

teams/teams-ps/teams/Set-CsTeamsGuestMeetingConfiguration.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ online version: https://learn.microsoft.com/powershell/module/teams/set-csteamsg
55
applicable: Microsoft Teams
66
title: Set-CsTeamsGuestMeetingConfiguration
77
schema: 2.0.0
8-
manager: bulenteg
9-
author: tomkau
10-
ms.author: tomkau
11-
ms.reviewer: williamlooney
128
---
139

1410
# Set-CsTeamsGuestMeetingConfiguration
@@ -20,16 +16,16 @@ Designates what meeting features guests using Microsoft Teams will have availabl
2016
## SYNTAX
2117

2218
### Identity (Default)
23-
```
19+
```powershell
2420
Set-CsTeamsGuestMeetingConfiguration [-Tenant <Guid>] [-AllowIPVideo <Boolean>]
25-
[-ScreenSharingMode <String>] [-AllowMeetNow <Boolean>] [-LiveCaptionsEnabledType <String>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf]
21+
[-ScreenSharingMode <String>] [-AllowMeetNow <Boolean>] [-AllowTranscription <Boolean>] [-LiveCaptionsEnabledType <String>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf]
2622
[-Confirm] [<CommonParameters>]
2723
```
2824

2925
### Instance
30-
```
26+
```powershell
3127
Set-CsTeamsGuestMeetingConfiguration [-Tenant <Guid>] [-AllowIPVideo <Boolean>]
32-
[-ScreenSharingMode <String>] [-AllowMeetNow <Boolean>] [-LiveCaptionsEnabledType <String>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
28+
[-ScreenSharingMode <String>] [-AllowMeetNow <Boolean>] [-AllowTranscription <Boolean>] [-LiveCaptionsEnabledType <String>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
3329
[<CommonParameters>]
3430
```
3531

@@ -200,6 +196,21 @@ Accept pipeline input: False
200196
Accept wildcard characters: False
201197
```
202198
199+
### -AllowTranscription
200+
Determines whether post-meeting captions and transcriptions are allowed in a user's meetings. Set this to TRUE to allow. Set this to FALSE to prohibit.
201+
202+
```yaml
203+
Type: Boolean
204+
Parameter Sets: (All)
205+
Aliases:
206+
207+
Required: False
208+
Position: Named
209+
Default value: None
210+
Accept pipeline input: False
211+
Accept wildcard characters: False
212+
```
213+
203214
### CommonParameters
204215
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
205216
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)