Skip to content

Commit 6e60704

Browse files
committed
Improve sentence about subdomains
1 parent 3861a67 commit 6e60704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

skype/skype-ps/skype/Set-CsTenantFederationConfiguration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ Set-CsTenantFederationConfiguration -BlockAllSubdomains $True
163163

164164
Example 10 shows how you can block all subdomains of domains in BlockedDomains list.
165165
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.
167168
Note: Users from subcontoso.com will not be blocked because it's a completely different domain rather than a subdomain of contoso.com.
168169

169170
## PARAMETERS

0 commit comments

Comments
 (0)