Skip to content

Commit 5f6cb6d

Browse files
authored
Merge pull request #11846 from martinpechal1/martinpchal/adding-externalaccesswithtrialtenants
Update Set-CsTenantFederationConfiguration.md
2 parents 81c613b + ab9b698 commit 5f6cb6d

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

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

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Set-CsTenantFederationConfiguration [-Tenant <Guid>]
2424
[-AllowedDomains <IAllowedDomainsChoice>] [-BlockedDomains <List>] [-BlockAllSubdomains <Boolean>]
2525
[-AllowFederatedUsers <Boolean>] [-AllowPublicUsers <Boolean>] [-AllowTeamsConsumer <Boolean>] [-AllowTeamsConsumerInbound <Boolean>]
2626
[-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>]
27-
[-AllowedDomainsAsAList <List>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
27+
[-AllowedDomainsAsAList <List>] [-ExternalAccessWithTrialTenants <ExternalAccessWithTrialTenantsType>]
28+
[[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2829
```
2930

3031
### Instance
@@ -167,6 +168,14 @@ When the BlockAllSubdomains is enabled, all users from all subdomains of all dom
167168
So, users from subdomain.contoso.com and subdomain.fabrikam.com will be blocked.
168169
Note: Users from subcontoso.com will not be blocked because it's a completely different ___domain rather than a subdomain of contoso.com.
169170

171+
### -------------------------- Example 11 -------------------------
172+
```
173+
Set-CsTenantFederationConfiguration -ExternalAccessWithTrialTenants "Allowed"
174+
```
175+
176+
Example 11 shows how you can allow users to communicate with users in tenants that contain only trial licenses (default value is Blocked).
177+
178+
170179
## PARAMETERS
171180

172181
### -AllowedDomains
@@ -439,6 +448,26 @@ Accept pipeline input: False
439448
Accept wildcard characters: False
440449
```
441450

451+
### -ExternalAccessWithTrialTenants
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.
453+
454+
Allowed - Communication with other tenants is allowed based on other settings.
455+
456+
Blocked - Communication with users in tenants that contain only trial licenses will be blocked.
457+
458+
```yaml
459+
Type: ExternalAccessWithTrialTenantsType
460+
Parameter Sets: (All)
461+
Aliases:
462+
Applicable: Microsoft Teams
463+
464+
Required: False
465+
Position: Named
466+
Default value: None
467+
Accept pipeline input: False
468+
Accept wildcard characters: False
469+
```
470+
442471
### -WhatIf
443472
Describes what would happen if you executed the command without actually executing the command.
444473

0 commit comments

Comments
 (0)