Skip to content

Commit 1f59750

Browse files
authored
Update Set-CsTenantFederationConfiguration.md
remove the customize federation in doc
1 parent 8bc5c4c commit 1f59750

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

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

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Set-CsTenantFederationConfiguration [-Tenant <Guid>]
2525
[-AllowedDomains <IAllowedDomainsChoice>] [-BlockedDomains <List>] [-BlockAllSubdomains <Boolean>]
2626
[-AllowFederatedUsers <Boolean>] [-AllowPublicUsers <Boolean>] [-AllowTeamsConsumer <Boolean>] [-AllowTeamsConsumerInbound <Boolean>]
2727
[-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>] [-RestrictTeamsConsumerToExternalUserProfiles <Boolean>]
28-
[-AllowedDomainsAsAList <List>] [-ExternalAccessWithTrialTenants <ExternalAccessWithTrialTenantsType>] [-CustomizeFederation <Boolean>]
28+
[-AllowedDomainsAsAList <List>] [-ExternalAccessWithTrialTenants <ExternalAccessWithTrialTenantsType>]
2929
[-AllowedTrialTenantDomains <List>]
3030
[[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3131
```
@@ -35,7 +35,7 @@ Set-CsTenantFederationConfiguration [-Tenant <Guid>]
3535
Set-CsTenantFederationConfiguration [-Tenant <Guid>] [-AllowedDomains <IAllowedDomainsChoice>]
3636
[-BlockedDomains <List>] [-BlockAllSubdomains <Boolean>] [-AllowFederatedUsers <Boolean>] [-AllowPublicUsers <Boolean>]
3737
[-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>] [-RestrictTeamsConsumerToExternalUserProfiles <Boolean>]
38-
[-AllowedDomainsAsAList <List>] [-CustomizeFederation <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
38+
[-AllowedDomainsAsAList <List>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3939
```
4040

4141
## DESCRIPTION
@@ -218,13 +218,6 @@ Example 15 shows how you can remove domains from the existing Allowed Trial Tena
218218
First, a List is created and domains are added to it, then use the Remove method in the `AllowedTrialTenantDomains` parameter to remove the domains from the existing allowed domains list.
219219
When this command completes, the domains in the list will be removed from the Allowed Trial Tenant Domains list.
220220

221-
### -------------------------- Example 16 -------------------------
222-
```
223-
Set-CsTenantFederationConfiguration -CustomizeFederation $True
224-
```
225-
226-
Example 16 shows how you can enable the feature where you can customize your federation in ExternalAccessPolicy.
227-
228221
## PARAMETERS
229222

230223
### -AllowedDomains
@@ -554,22 +547,6 @@ Accept pipeline input: False
554547
Accept wildcard characters: False
555548
```
556549

557-
### -CustomizeFederation
558-
Defines if we enable more customized federation settings in ExternalAccessPolicy or not. For example, when this is true, if the `AllowedDomains` includes [a.com, b.com], but the `AllowedExternalDomains` of the ExternalAccessPolicy includes [c.com], then users assigned by the ExternalAccessPolicy will only be allowed to access c.com, all other users will have access to a.com and b.com as defined in `AllowedDomains`.
559-
Possible values: True, False
560-
561-
```yaml
562-
Type: Boolean
563-
Parameter Sets: (All)
564-
Aliases:
565-
566-
Required: False
567-
Position: Named
568-
Default value: False
569-
Accept pipeline input: False
570-
Accept wildcard characters: False
571-
```
572-
573550
### -WhatIf
574551
Describes what would happen if you executed the command without actually executing the command.
575552

0 commit comments

Comments
 (0)