Skip to content

Commit ced2f22

Browse files
authored
Update New-CsTeamsMeetingPolicy.md
1 parent e676492 commit ced2f22

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

skype/skype-ps/skype/New-CsTeamsMeetingPolicy.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ New-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
2626
[-AllowSharedNotes <Boolean>] [-AllowWhiteboard <Boolean>] [-AllowTranscription <Boolean>]
2727
[-MediaBitRateKb <UInt32>] [-ScreenSharingMode <String>] [-PreferredMeetingProviderForIslandsMode <String>]
2828
[-VideoFiltersMode <String>] [-Identity] <XdsIdentity> [-AllowEngagementReport <String>]
29-
[-AllowNDIStreaming <Boolean>] [-DesignatedPresenterRoleMode <String>] [-InMemory] [-Force] [-WhatIf]
30-
[-Confirm] [<CommonParameters>]
29+
[-AllowNDIStreaming <Boolean>] [-DesignatedPresenterRoleMode <String>] [-AllowPSTNUsersToBypassLobby <Boolean>]
30+
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3131
```
3232

3333
## DESCRIPTION
@@ -516,6 +516,21 @@ Accept pipeline input: False
516516
Accept wildcard characters: False
517517
```
518518
519+
### -AllowPSTNUsersToBypassLobby
520+
Determines whether a PSTN user joining the meeting is allowed or not to bypass the lobby. If you set this parameter to True, PSTN users are allowed to bypass the lobby as long as an authenticated user is joined to the meeting.
521+
522+
```yaml
523+
Type: Boolean
524+
Parameter Sets: (All)
525+
Aliases:
526+
527+
Required: False
528+
Position: Named
529+
Default value: None
530+
Accept pipeline input: False
531+
Accept wildcard characters: False
532+
```
533+
519534
## INPUTS
520535
521536
### None

0 commit comments

Comments
 (0)