File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,8 @@ Set-CsTenantFederationConfiguration -BlockAllSubdomains $True
163
163
164
164
Example 10 shows how you can block all subdomains of domains in BlockedDomains list.
165
165
In this example, all users from contoso.com and fabrikam.com will be blocked.
166
- When the BlockAllSubdomains is enabled, all users from subdomain.contoso.com and subdomain.fabrikam.com will also be blocked.
166
+ When the BlockAllSubdomains is enabled, all users from all subdomains of all domains in BlockedDomains list will also be blocked.
167
+ So, users from subdomain.contoso.com and subdomain.fabrikam.com will be blocked.
167
168
Note: Users from subcontoso.com will not be blocked because it's a completely different domain rather than a subdomain of contoso.com.
168
169
169
170
## PARAMETERS
You can’t perform that action at this time.
0 commit comments