File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
119
119
[-WatermarkForCameraVideoPattern <String>]
120
120
[-WatermarkForScreenSharingOpacity <Int64>]
121
121
[-WatermarkForScreenSharingPattern <String>]
122
+ [-AllowedUsersForMeetingDetails <String>]
123
+ [-RealTimeText <String>]
122
124
[-WhatIf]
123
125
[-WhoCanRegister <Object>]
124
126
[<CommonParameters>]
@@ -1868,6 +1870,44 @@ Accept pipeline input: False
1868
1870
Accept wildcard characters: False
1869
1871
` ` `
1870
1872
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
+
1871
1911
# ## -WhatIf
1872
1912
Shows what would happen if the cmdlet runs.
1873
1913
The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments