Skip to content

Commit 139b2ee

Browse files
authored
Update Set-CsTenantFederationConfiguration.md
Updating formatting for the ALlowFederatedUser update
1 parent 40e3348 commit 139b2ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +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-
**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.
239239

240240
```yaml
241241
Type: Boolean
@@ -295,9 +295,9 @@ Accept wildcard characters: False
295295
> Applicable: Microsoft Teams
296296

297297
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.
299299

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.
301301

302302
```yaml
303303
Type: Boolean
@@ -370,7 +370,7 @@ If the AllowedDomains property has been set to AllowAllKnownDomains, then users
370370
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.
371371

372372
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.
374374

375375
```yaml
376376
Type: List

0 commit comments

Comments
 (0)