Skip to content

Commit dcd183c

Browse files
committed
Incorporating PR feedback for ExternalAccessWithTrialTenants
1 parent 48b2aad commit dcd183c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Note: Users from subcontoso.com will not be blocked because it's a completely di
173173
Set-CsTenantFederationConfiguration -ExternalAccessWithTrialTenants "Allowed"
174174
```
175175

176-
Example 11 shows how the external access to be able to communicate with tenants that contain trial users can be allowed (default value is Blocked).
176+
Example 11 shows how you can allow users to communicate with users in tenants that contain only trial licenses (default value is Blocked).
177177

178178

179179
## PARAMETERS
@@ -449,12 +449,11 @@ Accept wildcard characters: False
449449
```
450450

451451
### -ExternalAccessWithTrialTenants
452-
When set to 'Blocked', all external access with Teams subscriptions that are all trial will be blocked. Users from trial tenants will not be able to reach to users from tenants that have enabled the Block and vice-versa. The setting will also remove trial tenant users from existing chats if the block gets enabled.
453-
The default value of the setting is Blocked.
452+
When set to 'Blocked', all external access with users from Teams subscriptions that contain only trial licenses will be blocked. This means users from these trial-only tenants will not be able to reach to your users via chats, Teams calls, and meetings (using the users authenticated identity) and your users will not be able to reach users in these trial-only tenants. If this setting is set to "Blocked", users from the trial-only tenant will also be removed from existing chats.
454453

455-
Allowed - Communication with other tenants is allowed
454+
Allowed - Communication with other tenants is allowed based on other settings.
456455

457-
Blocked - Communication with users in tenants that contain only trial users will be blocked.
456+
Blocked - Communication with users in tenants that contain only trial licenses will be blocked.
458457

459458
```yaml
460459
Type: ExternalAccessWithTrialTenantsType

0 commit comments

Comments
 (0)