Skip to content

Commit 3ae4c6d

Browse files
authored
Update Set-CsTenantFederationConfiguration.md
1 parent 2c657e1 commit 3ae4c6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

teams/teams-ps/MicrosoftTeams/Set-CsTenantFederationConfiguration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ Note that string values cannot be passed directly to the AllowedDomains paramete
235235
Instead, you must create an object reference using the `New-CsEdgeAllowList` cmdlet or the `New-CsEdgeAllowAllKnownDomains` cmdlet and then use the object reference variable as the parameter value.
236236

237237
The AllowedDomains parameter can support up to 4,000 domains.
238+
238239
**Important:** The `AllowFederatedUsers` property must be set to `True` for the `AllowedDomains` list to take effect. If `AllowFederatedUsers` is set to `False`, users will be blocked from communicating with all external domains regardless of the values in `AllowedDomains` or any `ExternalAccessPolicy` instance.
239240

240241
```yaml
@@ -370,6 +371,7 @@ If the AllowedDomains property has been set to AllowAllKnownDomains, then users
370371
If the AllowedDomains property has not been set to AllowAllKnownDomains, then the blocked list is ignored, and users can only communicate with domains that have been expressly added to the allowed domains list.
371372

372373
The BlockedDomains parameter can support up to 4,000 domains.
374+
373375
**Important:** The `AllowFederatedUsers` property must be set to `True` for the `AllowedDomains` list to take effect. If `AllowFederatedUsers` is set to `False`, users will be blocked from communicating with all external domains regardless of the values in `AllowedDomains` or any `ExternalAccessPolicy` instance.
374376

375377
```yaml

0 commit comments

Comments
 (0)