Skip to content

Commit fa99734

Browse files
authored
Update New-CsEdgeDomainPattern.md
Updating reliance on value of AllowFederatedUsers
1 parent c16099f commit fa99734

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

teams/teams-ps/MicrosoftTeams/New-CsEdgeDomainPattern.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ Whether or not users can communicate with people who have accounts on public IM
3737
Federation is managed, in part, by using allowed domain and blocked domain lists.
3838
The allowed domain list specifies the domains that users are allowed to communicate with; the blocked domain list specifies the domains that users are not allowed to communicate with.
3939
By default, users can communicate with any domain that does not appear on the blocked list.
40-
However, administrators can modify this default setting and limit communication to domains that are on the allowed domains list.
40+
However, administrators can modify this default setting and limit communication to domains that are on the allowed domains list.
41+
**Important:** The _AllowFederatedUsers_ property must be set to _True_ for the _AllowedDomains_ or _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 _AllowedDomains_, _BlockedDomains_ or any _ExternalAccessPolicy_ instance.
4142

4243
Skype for Business Online does not allow you to directly modify the allowed list or the blocked list; for example, you cannot use a command similar to this one, which passes a string value representing a domain name to the blocked domains list:
4344

0 commit comments

Comments
 (0)