Skip to content

Update TeamsMeetingPolicy #12736

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
26 changes: 26 additions & 0 deletions teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
[-WatermarkForScreenSharingPattern <String>]
[-AllowedUsersForMeetingDetails <String>]
[-RealTimeText <String>]
[-ParticipantSlideControl <string>]
[-WhatIf]
[-WhoCanRegister <Object>]
[<CommonParameters>]
Expand Down Expand Up @@ -1912,6 +1913,31 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -ParticipantSlideControl
>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

Determines whether participants can give control of presentation slides during meetings scheduled by this user. Set the type of users you want to be able to give control and be given control of presentation slides in meetings. Users excluded from the selected group will be prohibitted from giving control, or being given control, in a meeting.

Possible Values:
- Everyone: Anyone in the meeting can give or take control
- EveryoneInOrganization: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control
- EveryoneInOrganizationAndGuests: Only those who are Guests to the tenant, MTO users, and internal AAD users can give or take control
- None: No one in the meeting can give or take control

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams

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

### -WhatIf
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
Expand Down
26 changes: 26 additions & 0 deletions teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
[-WatermarkForScreenSharingPattern <String>]
[-AllowedUsersForMeetingDetails <String>]
[-RealTimeText <String>]
[-ParticipantSlideControl <String>
[-WhatIf]
[-WhoCanRegister <String>]
[<CommonParameters>]
Expand Down Expand Up @@ -1979,6 +1980,31 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -ParticipantSlideControl
>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

Determines whether participants can give control of presentation slides during meetings scheduled by this user. Set the type of users you want to be able to give control and be given control of presentation slides in meetings. Users excluded from the selected group will be prohibitted from giving control, or being given control, in a meeting.

Possible Values:
- Everyone: Anyone in the meeting can give or take control
- EveryoneInOrganization: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control
- EveryoneInOrganizationAndGuests: Only those who are Guests to the tenant, MTO users, and internal AAD users can give or take control
- None: No one in the meeting can give or take control

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams

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

### -WhatIf
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
Expand Down