@@ -23,7 +23,7 @@ These settings are used to determine which domains (if any) your users are allow
2323Set-CsTenantFederationConfiguration [-Tenant <Guid>]
2424 [-AllowedDomains <IAllowedDomainsChoice>] [-BlockedDomains <List>] [-BlockAllSubdomains <Boolean>]
2525 [-AllowFederatedUsers <Boolean>] [-AllowPublicUsers <Boolean>] [-AllowTeamsConsumer <Boolean>] [-AllowTeamsConsumerInbound <Boolean>]
26- [-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>]
26+ [-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>] [-RestrictTeamsConsumerToExternalUserProfiles <Boolean>]
2727 [-AllowedDomainsAsAList <List>] [-ExternalAccessWithTrialTenants <ExternalAccessWithTrialTenantsType>]
2828 [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2929```
@@ -32,7 +32,7 @@ Set-CsTenantFederationConfiguration [-Tenant <Guid>]
3232```
3333Set-CsTenantFederationConfiguration [-Tenant <Guid>] [-AllowedDomains <IAllowedDomainsChoice>]
3434 [-BlockedDomains <List>] [-BlockAllSubdomains <Boolean>] [-AllowFederatedUsers <Boolean>] [-AllowPublicUsers <Boolean>]
35- [-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>]
35+ [-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>] [-RestrictTeamsConsumerToExternalUserProfiles <Boolean>]
3636 [-AllowedDomainsAsAList <List>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3737```
3838
@@ -468,6 +468,22 @@ Accept pipeline input: False
468468Accept wildcard characters: False
469469` ` `
470470
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+
471487# ## -WhatIf
472488Describes what would happen if you executed the command without actually executing the command.
473489
0 commit comments