Skip to content

Commit 03d50b6

Browse files
authored
Update Set-CsTenantFederationConfiguration.md
AllowedTrialTenantDomains parameter docs changed to be more descriptive.
1 parent 828012b commit 03d50b6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -516,10 +516,9 @@ Accept wildcard characters: False
516516
You can whitelist specific "trial-only" tenant domains, while keeping the `ExternalAccessWithTrialTenants` set to `Blocked`. This will allow you to protect your organization against majority of tenants that don't have any paid subscriptions, while still being able to collaborate externally with those trusted trial-tenants in the list.
517517

518518
Note:
519-
- the list supports up to maximum 4k domains.
520-
- if `ExternalAccessWithTrialTenants` is `Allowed`, then the contents of the `AllowedTrialTenantDomains` list will be ignored.
521-
- if a domain in the list belongs to a "Trial-Only" tenant will be validated by the system during setting enforcement. If it's not, then that domain will be ignored.
522-
- the domains in the list need to be added explicitly. For example, if `contoso.com` is allowed, then `sales.contoso.com` will still get blocked unless it is added explicitly to the list.
519+
- The list supports up to maximum 4k domains.
520+
- If `ExternalAccessWithTrialTenants` is set to `Allowed`, then the `AllowedTrialTenantDomains` list will not be checked.
521+
- It's not possible to check whether an external domain has only trial subscriptions, when adding it to the `AllowedTrialTenantDomains` list. If a domain in the list doesn't belong to a tenant with only trial subscriptions, the system will automatically ignore it when enforcing the list.
523522

524523
```yaml
525524
Type: List

0 commit comments

Comments
 (0)