Skip to content

Commit d4b4253

Browse files
Adding descriptions for parameters
1 parent 4d7eb3c commit d4b4253

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,36 @@ Accept pipeline input: False
809809
Accept wildcard characters: False
810810
```
811811
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+
812842
### -AllowWatermarkForScreenSharing
813843
This setting allows scheduling meetings with watermarking for screen sharing enabled.
814844

0 commit comments

Comments
 (0)