Skip to content

Commit c717ac8

Browse files
authored
Update Set-CsExternalAccessPolicy.md
This is an update to add a note that FederatedBilateralChats is public preview and also to correct the default value, which is False, not True
1 parent 6b1ef6c commit c717ac8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,9 @@ 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

435438
```yaml
@@ -439,7 +442,7 @@ Aliases:
439442
440443
Required: False
441444
Position: Named
442-
Default value: True
445+
Default value: False
443446
Accept pipeline input: False
444447
Accept wildcard characters: False
445448
```

0 commit comments

Comments
 (0)