You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -809,6 +809,36 @@ Accept pipeline input: False
809
809
Accept wildcard characters: False
810
810
```
811
811
812
+
### -AllowedUsersForMeetingContext
813
+
This policy controls which users should have the ability to see the meeting info details on the join screen. 'None' option should disable the feature completely.
814
+
815
+
```yaml
816
+
Type: String
817
+
Parameter Sets: (All)
818
+
Aliases:
819
+
820
+
Required: False
821
+
Position: Named
822
+
Default value: None
823
+
Accept pipeline input: False
824
+
Accept wildcard characters: False
825
+
```
826
+
827
+
### -AllowExternalNonTrustedMeetingChat
828
+
This field controls whether a user is allowed to chat in external meetings with users from non-trusted organizations.
829
+
830
+
```yaml
831
+
Type: Boolean
832
+
Parameter Sets: (All)
833
+
Aliases:
834
+
835
+
Required: False
836
+
Position: Named
837
+
Default value: None
838
+
Accept pipeline input: False
839
+
Accept wildcard characters: False
840
+
```
841
+
812
842
### -AllowWatermarkForScreenSharing
813
843
This setting allows scheduling meetings with watermarking for screen sharing enabled.
0 commit comments