Skip to content

Commit 9cdf24f

Browse files
committed
Adding new into setting into TenantFederationConfiguration
1 parent 57496db commit 9cdf24f

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

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

Lines changed: 32 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 the external access to be able to communicate with tenants that contain trial users can be allowed (default value is Blocked).
177+
178+
170179
## PARAMETERS
171180

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

451+
### -ExternalAccessWithTrialTenants
452+
When set to 'Blocked' all federated communication with tenants that contain only trial users will be blocked.
453+
Block is enforced in both directions, user from trial tenant cannot reach to user that has block enabled and user with block enabled cannot reach to trial user. This will also trigger ejection of users from existing chats if the block gets enabled and the chats will exist prior to that.
454+
The default value is Blocked.
455+
456+
Allowed - Communication with other tenants is allowed
457+
458+
Blocked - Communication with users in tenants that contain only trial users will be blocked.
459+
460+
```yaml
461+
Type: ExternalAccessWithTrialTenantsType
462+
Parameter Sets: (All)
463+
Aliases:
464+
Applicable: Microsoft Teams
465+
466+
Required: False
467+
Position: Named
468+
Default value: None
469+
Accept pipeline input: False
470+
Accept wildcard characters: False
471+
```
472+
442473
### -WhatIf
443474
Describes what would happen if you executed the command without actually executing the command.
444475

0 commit comments

Comments
 (0)