Skip to content

Commit 13a7fce

Browse files
authored
Merge branch 'master' into patch-138
2 parents a5fcd7f + ad31ce8 commit 13a7fce

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

skype/skype-ps/skype/Set-CsTeamsMeetingPolicy.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
2828
[-AllowParticipantGiveRequestControl <Boolean>] [-AllowExternalParticipantGiveRequestControl <Boolean>]
2929
[-AllowSharedNotes <Boolean>] [-AllowWhiteboard <Boolean>] [-AllowTranscription <Boolean>]
3030
[-MediaBitRateKb <UInt32>] [-ScreenSharingMode <String>] [-AllowPSTNUsersToBypassLobby <Boolean>]
31-
[-AllowOrganizersToOverrideLobbySettings <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
31+
[[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
3232
[<CommonParameters>]
3333
```
3434

@@ -43,7 +43,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
4343
[-AllowParticipantGiveRequestControl <Boolean>] [-AllowExternalParticipantGiveRequestControl <Boolean>]
4444
[-AllowSharedNotes <Boolean>] [-AllowWhiteboard <Boolean>] [-AllowTranscription <Boolean>]
4545
[-MediaBitRateKb <UInt32>] [-ScreenSharingMode <String>] [-AllowPSTNUsersToBypassLobby <Boolean>]
46-
[-AllowOrganizersToOverrideLobbySettings <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
46+
[-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
4747
[<CommonParameters>]
4848
```
4949

@@ -505,21 +505,6 @@ Accept pipeline input: False
505505
Accept wildcard characters: False
506506
```
507507
508-
### -AllowOrganizersToOverrideLobbySettings
509-
This parameter is reserved for internal Microsoft use.
510-
511-
```yaml
512-
Type: Boolean
513-
Parameter Sets: (All)
514-
Aliases:
515-
516-
Required: False
517-
Position: Named
518-
Default value: None
519-
Accept pipeline input: False
520-
Accept wildcard characters: False
521-
```
522-
523508
## INPUTS
524509
525510
### System.Management.Automation.PSObject

0 commit comments

Comments
 (0)