Skip to content

Commit 06b1a2f

Browse files
Update Set-CsTenantFederationConfiguration.md
parameter is live. documentation is missing
1 parent 3cf5d12 commit 06b1a2f

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

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

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ These settings are used to determine which domains (if any) your users are allow
2323
Set-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
```
3333
Set-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
468468
Accept 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
472488
Describes what would happen if you executed the command without actually executing the command.
473489

0 commit comments

Comments
 (0)