diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsGuestMeetingConfiguration.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsGuestMeetingConfiguration.md index 99ce363e58..11475e39aa 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsGuestMeetingConfiguration.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsGuestMeetingConfiguration.md @@ -19,7 +19,7 @@ Designates what meeting features guests using Microsoft Teams will have availabl ### Identity (Default) ```powershell Set-CsTeamsGuestMeetingConfiguration [-Tenant ] [-AllowIPVideo ] - [-ScreenSharingMode ] [-AllowMeetNow ] [-AllowTranscription ] [-LiveCaptionsEnabledType ] [[-Identity] ] [-Force] [-WhatIf] + [-ScreenSharingMode ] [-AllowMeetNow ] [-AllowMultipleScreenshare ] [-AllowTranscription ] [-LiveCaptionsEnabledType ] [[-Identity] ] [-Force] [-WhatIf] [-Confirm] [] ``` @@ -75,6 +75,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 +``` + ### -AllowTranscription 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.