Skip to content

Commit d7c8930

Browse files
authored
Update New-CsExternalAccessPolicy.md
1 parent 60b43ac commit d7c8930

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For information about external access in Microsoft Teams, see [Manage external a
2626
```powershell
2727
New-CsExternalAccessPolicy [-Tenant <Guid>] [-Description <String>] [-EnableFederationAccess <Boolean>] [-CommunicationWithExternalOrgs <Boolean>] [-AllowedExternalDomains <List>] [-BlockedExternalDomains <List>] [-EnableAcsFederationAccess <Boolean>]
2828
[-EnableXmppAccess <Boolean>] [-EnablePublicCloudAccess <Boolean>]
29-
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [-Identity] <XdsIdentity>
29+
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [-FederatedBilateralChats <Boolean>] [-Identity] <XdsIdentity>
3030
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3131
3232
```
@@ -179,6 +179,21 @@ Accept pipeline input: False
179179
Accept wildcard characters: False
180180
```
181181
182+
### -FederatedBilateralChats
183+
This setting enables bi-lateral chats for the users included in the messaging policy.
184+
185+
```yaml
186+
Type: Boolean
187+
Parameter Sets: (All)
188+
Aliases:
189+
190+
Required: False
191+
Position: Named
192+
Default value: True
193+
Accept pipeline input: False
194+
Accept wildcard characters: False
195+
```
196+
182197
### -CommunicationWithExternalOrgs
183198
Indicates how the users get assigned by this policy can communicate with the external orgs. There are 5 options:
184199
* OrganizationDefault: the users of this policy will follow the federation settings defined in TenantFederationConfiguration

0 commit comments

Comments
 (0)