@@ -23,7 +23,7 @@ These settings are used to determine which domains (if any) your users are allow
23
23
Set-CsTenantFederationConfiguration [-Tenant <Guid>]
24
24
[-AllowedDomains <IAllowedDomainsChoice>] [-BlockedDomains <List>] [-BlockAllSubdomains <Boolean>]
25
25
[-AllowFederatedUsers <Boolean>] [-AllowPublicUsers <Boolean>] [-AllowTeamsConsumer <Boolean>] [-AllowTeamsConsumerInbound <Boolean>]
26
- [-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>]
26
+ [-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>] [-RestrictTeamsConsumerToExternalUserProfiles <Boolean>]
27
27
[-AllowedDomainsAsAList <List>] [-ExternalAccessWithTrialTenants <ExternalAccessWithTrialTenantsType>]
28
28
[[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
29
29
```
@@ -32,7 +32,7 @@ Set-CsTenantFederationConfiguration [-Tenant <Guid>]
32
32
```
33
33
Set-CsTenantFederationConfiguration [-Tenant <Guid>] [-AllowedDomains <IAllowedDomainsChoice>]
34
34
[-BlockedDomains <List>] [-BlockAllSubdomains <Boolean>] [-AllowFederatedUsers <Boolean>] [-AllowPublicUsers <Boolean>]
35
- [-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>]
35
+ [-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>] [-RestrictTeamsConsumerToExternalUserProfiles <Boolean>]
36
36
[-AllowedDomainsAsAList <List>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
37
37
```
38
38
@@ -468,6 +468,22 @@ Accept pipeline input: False
468
468
Accept wildcard characters: False
469
469
` ` `
470
470
471
+ # ## -RestrictTeamsConsumerToExternalUserProfiles
472
+ Defines if a user is restriced to collaboration with Teams Consumer (TFL) user only in Extended Directory.
473
+ Possible values : True, False
474
+
475
+ ` ` ` yaml
476
+ Type: Boolean
477
+ Parameter Sets: (All)
478
+ Aliases:
479
+
480
+ Required: False
481
+ Position: Named
482
+ Default value: None
483
+ Accept pipeline input: False
484
+ Accept wildcard characters: False
485
+ ` ` `
486
+
471
487
# ## -WhatIf
472
488
Describes what would happen if you executed the command without actually executing the command.
473
489
0 commit comments