Skip to content

Commit f507098

Browse files
note formatting
1 parent f1c7504 commit f507098

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ Instead, you must create an object reference using the `New-CsEdgeAllowList` cmd
245245

246246
The AllowedDomains parameter can support up to 4,000 domains.
247247

248-
**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.
248+
> [!IMPORTANT]
249+
> 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.
249250
250251
```yaml
251252
Type: Boolean
@@ -381,7 +382,8 @@ If the AllowedDomains property has not been set to AllowAllKnownDomains, then th
381382

382383
The BlockedDomains parameter can support up to 4,000 domains.
383384

384-
**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.
385+
> [!IMPORTANT]
386+
> 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.
385387

386388
```yaml
387389
Type: List

0 commit comments

Comments
 (0)