You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: teams/teams-ps/MicrosoftTeams/Set-CsTenantFederationConfiguration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,7 @@ Note that string values cannot be passed directly to the AllowedDomains paramete
235
235
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.
236
236
237
237
The AllowedDomains parameter can support up to 4,000 domains.
238
-
**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.
238
+
**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.
When set to True (the default value) users will be potentially allowed to communicate with users from other domains.
298
-
If this property is set to False then users cannot communicate with users from other domains, regardless of the values assigned to the _AllowedDomains_ and _BlockedDomains_ properties or any _ExternalAccessPolicy_ instances. In effect, the _AllowFederatedUsers_ property serves as a master switch that globally enables or disables federation across the Tenant, overridding all other policy settings.
298
+
If this property is set to False then users cannot communicate with users from other domains, regardless of the values assigned to the `AllowedDomains` and `BlockedDomains` properties or any `ExternalAccessPolicy` instances. In effect, the `AllowFederatedUsers` property serves as a master switch that globally enables or disables federation across the Tenant, overridding all other policy settings.
299
299
300
-
To block all domains while selectively allowing specific users to communicate externally via explicit _ExternalAccessPolicy_ instances, set _AllowFederatedUsers_ to _True_ and leave the _AllowedDomains_ property empty.
300
+
To block all domains while selectively allowing specific users to communicate externally via explicit `ExternalAccessPolicy` instances, set `AllowFederatedUsers` to `True` and leave the `AllowedDomains` property empty.
301
301
302
302
```yaml
303
303
Type: Boolean
@@ -370,7 +370,7 @@ If the AllowedDomains property has been set to AllowAllKnownDomains, then users
370
370
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.
371
371
372
372
The BlockedDomains parameter can support up to 4,000 domains.
373
-
**Important:** The _AllowFederatedUsers_ property must be set to _True_ for the _BlockedDomains_ 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 _BlockedDomains_ or any _ExternalAccessPolicy_ instance.
373
+
**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.
0 commit comments