File tree Expand file tree Collapse file tree 1 file changed +42
-2
lines changed Expand file tree Collapse file tree 1 file changed +42
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ schema: 2.0.0
8
8
manager : bulenteg
9
9
author : tomkau
10
10
ms.author : tomkau
11
- ms.reviewer : wblocker
12
- ms.date : 11/12/2024
11
+ ms.reviewer : alejandramu
12
+ ms.date : 2/26/2025
13
13
---
14
14
15
15
# Set-CsTeamsMeetingPolicy
@@ -123,6 +123,8 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
123
123
[-WatermarkForCameraVideoPattern <String>]
124
124
[-WatermarkForScreenSharingOpacity <Int32>]
125
125
[-WatermarkForScreenSharingPattern <String>]
126
+ [-AllowedUsersForMeetingDetails <String>]
127
+ [-RealTimeText <String>]
126
128
[-WhatIf]
127
129
[-WhoCanRegister <String>]
128
130
[<CommonParameters>]
@@ -1938,6 +1940,44 @@ Accept pipeline input: False
1938
1940
Accept wildcard characters: False
1939
1941
` ` `
1940
1942
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
+
1941
1981
# ## -WhatIf
1942
1982
Shows what would happen if the cmdlet runs.
1943
1983
The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments