Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
[-AllowMeetNow <Boolean>]
[-AllowMeetingReactions <Boolean>]
[-AllowMeetingRegistration <Boolean>]
[-AllowMultipleScreenshare <Boolean>]
[-AllowNDIStreaming <Boolean>]
[-AllowNetworkConfigurationSettingsLookup <Boolean>]
[-AllowOrganizersToOverrideLobbySettings <Boolean>]
Expand Down Expand Up @@ -593,6 +594,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -AllowMultipleScreenshare
Determines whether multiple simultaneous screenshares is ON/OFF either in the meeting. If turned ON, organizer/users who create meetings can utilize multiple simultaneous screenshares in their meetings.

```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: TRUE
Accept pipeline input: False
Accept wildcard characters: False
```

### -AllowNDIStreaming
This parameter is reserved for internal Microsoft use.

Expand Down