Skip to content

Commit 828012b

Browse files
authored
Update Set-CsTenantFederationConfiguration.md
Example 12 changed.
1 parent 7299537 commit 828012b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ $list.add("fabrikam.com")
185185
Set-CsTenantFederationConfiguration -AllowedTrialTenantDomains $list
186186
```
187187

188-
Example 12 shows how you can set or replace domains in the Allowed Trial Tenant Domains using a List collection object.
189-
First, a List collection is created and domains are added to it, then, simply include the `AllowedTrialTenantDomains` parameter and set the parameter value to the List object.
188+
Using the `AllowedTrialTenantDomains` parameter, you can whitelist specific "trial-only" tenant domains, while keeping the `ExternalAccessWithTrialTenants` set to `Blocked`. Example 12 shows how you can set or replace domains in the Allowed Trial Tenant Domains using a List collection object.
189+
First, a List collection is created and domains are added to it, then, simply include the `AllowedTrialTenantDomains` parameter and set the parameter value to the List object.
190190
When this command completes, the Allowed Trial Tenant Domains list will be replaced with those domains.
191191

192192
### -------------------------- Example 13 --------------------------

0 commit comments

Comments
 (0)