Skip to content

Commit 2f98a21

Browse files
authored
Update New-CsExternalAccessPolicy.md
1 parent 6f364a4 commit 2f98a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For information about external access in Microsoft Teams, see [Manage external a
2424
## SYNTAX
2525

2626
```powershell
27-
New-CsExternalAccessPolicy [-Tenant <Guid>] [-Description <String>] [-EnableFederationAccess <Boolean>] [-EnableAcsFederationAccess <Boolean>]
27+
New-CsExternalAccessPolicy [-Tenant <Guid>] [-Description <String>] [-EnableFederationAccess <Boolean>] [-CommunicationWithExternalOrgs <Boolean>] [-AllowedExternalDomains <List>] [-BlockedExternalDomains <List>] [-EnableAcsFederationAccess <Boolean>]
2828
[-EnableXmppAccess <Boolean>] [-EnablePublicCloudAccess <Boolean>]
2929
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [-Identity] <XdsIdentity>
3030
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]

0 commit comments

Comments
 (0)