Skip to content

Commit ba0b2c3

Browse files
Update New-CsTeamsMeetingPolicy.md
1 parent 3dec277 commit ba0b2c3

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
119119
[-WatermarkForCameraVideoPattern <String>]
120120
[-WatermarkForScreenSharingOpacity <Int64>]
121121
[-WatermarkForScreenSharingPattern <String>]
122+
[-AllowedUsersForMeetingDetails <String>]
123+
[-RealTimeText <String>]
122124
[-WhatIf]
123125
[-WhoCanRegister <Object>]
124126
[<CommonParameters>]
@@ -1868,6 +1870,44 @@ Accept pipeline input: False
18681870
Accept wildcard characters: False
18691871
```
18701872

1873+
### -AllowedUsersForMeetingDetails
1874+
Controls which users should have ability to see the meeting info details on join screen. 'None' option should disable the feature completely.
1875+
1876+
Possible Values:
1877+
- UsersAllowedToByPassTheLobby
1878+
- Everyone
1879+
1880+
```yaml
1881+
Type: String
1882+
Parameter Sets: (All)
1883+
Aliases:
1884+
1885+
Required: False
1886+
Position: Named
1887+
Default value: UsersAllowedToByPassTheLobby
1888+
Accept pipeline input: False
1889+
Accept wildcard characters: False
1890+
```
1891+
1892+
### -RealTimeText
1893+
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.
1894+
1895+
Possible Values:
1896+
- Enabled
1897+
- Disabled
1898+
1899+
```yaml
1900+
Type: String
1901+
Parameter Sets: (All)
1902+
Aliases:
1903+
1904+
Required: False
1905+
Position: Named
1906+
Default value: Enabled
1907+
Accept pipeline input: False
1908+
Accept wildcard characters: False
1909+
```
1910+
18711911
### -WhatIf
18721912
Shows what would happen if the cmdlet runs.
18731913
The cmdlet is not run.

0 commit comments

Comments
 (0)