Skip to content

Commit bd46284

Browse files
Merge branch 'main' into patch-1
2 parents 2e6bd2d + be48650 commit bd46284

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

teams/teams-ps/teams/New-CsExternalAccessPolicy.md

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

396396
### -FederatedBilateralChats
397+
> [!NOTE]
398+
> Please note that this parameter is in Private Preview.
399+
397400
This setting enables bi-lateral chats for the users included in the messaging policy.
398401

402+
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.
403+
404+
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.
405+
406+
Users with bilateral policy applied are also removed from existing external group chats with more than two organizations.
407+
408+
This policy doesn't apply to meetings, meeting chats, or channels.
409+
399410
```yaml
400411
Type: Boolean
401412
Parameter Sets: (All)
402413
Aliases:
403414
404415
Required: False
405416
Position: Named
406-
Default value: True
417+
Default value: False
407418
Accept pipeline input: False
408419
Accept wildcard characters: False
409420
```

0 commit comments

Comments
 (0)