Skip to content

Commit 36027e5

Browse files
Merge pull request #12773 from andcicedea/patch-1
Update Set-CsExternalAccessPolicy.md
2 parents be48650 + bd46284 commit 36027e5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

teams/teams-ps/teams/Set-CsExternalAccessPolicy.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,16 +430,27 @@ Accept wildcard characters: False
430430
```
431431

432432
### -FederatedBilateralChats
433+
> [!NOTE]
434+
> Please note that this parameter is in Private Preview.
435+
433436
This setting enables bi-lateral chats for the users included in the messaging policy.
434437

438+
Some organizations may want to restrict who users are able to message in Teams. While organizations have always been able to limit users' chats to only other internal users, organizations can now limit users' chat ability to only chat with other internal users and users in one other organization via the bilateral chat policy.
439+
440+
Once external access and bilateral policy is set up, users with the policy can be in external group chats only with a maximum of two organizations. When they try to create a new external chat with users from more than two tenants or add a user from a third tenant to an existing external chat, a system message will be shown preventing this action.
441+
442+
Users with bilateral policy applied are also removed from existing external group chats with more than two organizations.
443+
444+
This policy doesn't apply to meetings, meeting chats, or channels.
445+
435446
```yaml
436447
Type: Boolean
437448
Parameter Sets: (All)
438449
Aliases:
439450
440451
Required: False
441452
Position: Named
442-
Default value: True
453+
Default value: False
443454
Accept pipeline input: False
444455
Accept wildcard characters: False
445456
```

0 commit comments

Comments
 (0)