Skip to content

Commit 7299537

Browse files
authored
Update Set-CsTenantFederationConfiguration.md
AllowedTrialTenantDomains parameters docs improved.
1 parent 0f35c4a commit 7299537

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,13 @@ Accept wildcard characters: False
513513
```
514514

515515
### -AllowedTrialTenantDomains
516-
You can provide list of trial tenant domains which are excluded from blocking when `ExternalAccessWithTrialTenants` is set to `Blocked`.
517-
This allows you to have trial tenant block enabled but still selectively allow communication with some trial tenants.
516+
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.
517+
518+
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.
518523

519524
```yaml
520525
Type: List

0 commit comments

Comments
 (0)