Skip to content

Commit fd76a3b

Browse files
Update Set-CsTeamsMeetingPolicy.md
1 parent ba0b2c3 commit fd76a3b

File tree

1 file changed

+42
-2
lines changed

1 file changed

+42
-2
lines changed

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

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ schema: 2.0.0
88
manager: bulenteg
99
author: tomkau
1010
ms.author: tomkau
11-
ms.reviewer: wblocker
12-
ms.date: 11/12/2024
11+
ms.reviewer: alejandramu
12+
ms.date: 2/26/2025
1313
---
1414

1515
# Set-CsTeamsMeetingPolicy
@@ -123,6 +123,8 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
123123
[-WatermarkForCameraVideoPattern <String>]
124124
[-WatermarkForScreenSharingOpacity <Int32>]
125125
[-WatermarkForScreenSharingPattern <String>]
126+
[-AllowedUsersForMeetingDetails <String>]
127+
[-RealTimeText <String>]
126128
[-WhatIf]
127129
[-WhoCanRegister <String>]
128130
[<CommonParameters>]
@@ -1938,6 +1940,44 @@ Accept pipeline input: False
19381940
Accept wildcard characters: False
19391941
```
19401942

1943+
### -AllowedUsersForMeetingDetails
1944+
Controls which users should have ability to see the meeting info details on join screen. 'None' option should disable the feature completely.
1945+
1946+
Possible Values:
1947+
- UsersAllowedToByPassTheLobby
1948+
- Everyone
1949+
1950+
```yaml
1951+
Type: String
1952+
Parameter Sets: (All)
1953+
Aliases:
1954+
1955+
Required: False
1956+
Position: Named
1957+
Default value: UsersAllowedToByPassTheLobby
1958+
Accept pipeline input: False
1959+
Accept wildcard characters: False
1960+
```
1961+
1962+
### -RealTimeText
1963+
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.
1964+
1965+
Possible Values:
1966+
- Enabled
1967+
- Disabled
1968+
1969+
```yaml
1970+
Type: String
1971+
Parameter Sets: (All)
1972+
Aliases:
1973+
1974+
Required: False
1975+
Position: Named
1976+
Default value: Enabled
1977+
Accept pipeline input: False
1978+
Accept wildcard characters: False
1979+
```
1980+
19411981
### -WhatIf
19421982
Shows what would happen if the cmdlet runs.
19431983
The cmdlet is not run.

0 commit comments

Comments
 (0)