Skip to content

Commit 853718c

Browse files
Merge pull request #12736 from alejandramunozv/main
Update TeamsMeetingPolicy
2 parents a3811c0 + 849ccd1 commit 853718c

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
121121
[-WatermarkForScreenSharingPattern <String>]
122122
[-AllowedUsersForMeetingDetails <String>]
123123
[-RealTimeText <String>]
124+
[-ParticipantSlideControl <string>]
124125
[-WhatIf]
125126
[-WhoCanRegister <Object>]
126127
[<CommonParameters>]
@@ -1912,6 +1913,31 @@ Accept pipeline input: False
19121913
Accept wildcard characters: False
19131914
```
19141915

1916+
### -ParticipantSlideControl
1917+
>[!NOTE]
1918+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
1919+
1920+
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 prohibited from giving control, or being given control, in a meeting.
1921+
1922+
Possible Values:
1923+
- Everyone: Anyone in the meeting can give or take control
1924+
- EveryoneInOrganization: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control
1925+
- EveryoneInOrganizationAndGuests: Only those who are Guests to the tenant, MTO users, and internal AAD users can give or take control
1926+
- None: No one in the meeting can give or take control
1927+
1928+
```yaml
1929+
Type: String
1930+
Parameter Sets: (All)
1931+
Aliases:
1932+
Applicable: Microsoft Teams
1933+
1934+
Required: False
1935+
Position: Named
1936+
Default value: Enabled
1937+
Accept pipeline input: False
1938+
Accept wildcard characters: False
1939+
```
1940+
19151941
### -WhatIf
19161942
Shows what would happen if the cmdlet runs.
19171943
The cmdlet is not run.

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
125125
[-WatermarkForScreenSharingPattern <String>]
126126
[-AllowedUsersForMeetingDetails <String>]
127127
[-RealTimeText <String>]
128+
[-ParticipantSlideControl <String>
128129
[-WhatIf]
129130
[-WhoCanRegister <String>]
130131
[<CommonParameters>]
@@ -1979,6 +1980,31 @@ Accept pipeline input: False
19791980
Accept wildcard characters: False
19801981
```
19811982

1983+
### -ParticipantSlideControl
1984+
>[!NOTE]
1985+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
1986+
1987+
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 prohibited from giving control, or being given control, in a meeting.
1988+
1989+
Possible Values:
1990+
- Everyone: Anyone in the meeting can give or take control
1991+
- EveryoneInOrganization: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control
1992+
- EveryoneInOrganizationAndGuests: Only those who are Guests to the tenant, MTO users, and internal AAD users can give or take control
1993+
- None: No one in the meeting can give or take control
1994+
1995+
```yaml
1996+
Type: String
1997+
Parameter Sets: (All)
1998+
Aliases:
1999+
Applicable: Microsoft Teams
2000+
2001+
Required: False
2002+
Position: Named
2003+
Default value: Enabled
2004+
Accept pipeline input: False
2005+
Accept wildcard characters: False
2006+
```
2007+
19822008
### -WhatIf
19832009
Shows what would happen if the cmdlet runs.
19842010
The cmdlet is not run.

0 commit comments

Comments
 (0)