Skip to content

Commit d3ab7dc

Browse files
Update Set-CsTenantFederationConfiguration.md
1 parent 37602c6 commit d3ab7dc

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
@@ -23,7 +23,7 @@ These settings are used to determine which domains (if any) your users are allow
2323
```
2424
Set-CsTenantFederationConfiguration [-Tenant <Guid>]
2525
[-AllowedDomains <IAllowedDomainsChoice>] [-BlockedDomains <List>] [-BlockAllSubdomains <Boolean>]
26-
[-AllowFederatedUsers <Boolean>] [-AllowPublicUsers <Boolean>] [-AllowTeamsConsumer <Boolean>] [-AllowTeamsConsumerInbound <Boolean>]
26+
[-AllowFederatedUsers <Boolean>] [-AllowTeamsConsumer <Boolean>] [-AllowTeamsConsumerInbound <Boolean>]
2727
[-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>] [-RestrictTeamsConsumerToExternalUserProfiles <Boolean>]
2828
[-AllowedDomainsAsAList <List>] [-ExternalAccessWithTrialTenants <ExternalAccessWithTrialTenantsType>]
2929
[-AllowedTrialTenantDomains <List>]
@@ -33,7 +33,7 @@ Set-CsTenantFederationConfiguration [-Tenant <Guid>]
3333
### Instance
3434
```
3535
Set-CsTenantFederationConfiguration [-Tenant <Guid>] [-AllowedDomains <IAllowedDomainsChoice>]
36-
[-BlockedDomains <List>] [-BlockAllSubdomains <Boolean>] [-AllowFederatedUsers <Boolean>] [-AllowPublicUsers <Boolean>]
36+
[-BlockedDomains <List>] [-BlockAllSubdomains <Boolean>] [-AllowFederatedUsers <Boolean>]
3737
[-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>] [-RestrictTeamsConsumerToExternalUserProfiles <Boolean>]
3838
[-AllowedDomainsAsAList <List>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3939
```
@@ -54,13 +54,6 @@ However, administrators must use the `Set-CsTenantPublicProvider` cmdlet in orde
5454

5555
### -------------------------- Example 1 --------------------------
5656
```
57-
Set-CsTenantFederationConfiguration -AllowPublicUsers $False
58-
```
59-
60-
The command shown in Example 1 disables communication with public providers for the current tenant.
61-
62-
### -------------------------- Example 2 --------------------------
63-
```
6457
$x = New-CsEdgeDomainPattern -Domain "fabrikam.com"
6558
6659
Set-CsTenantFederationConfiguration -BlockedDomains @{Replace=$x}
@@ -260,22 +253,6 @@ Accept pipeline input: False
260253
Accept wildcard characters: False
261254
```
262255
263-
### -AllowPublicUsers
264-
When set to True (the default value) users will be potentially allowed to communicate with users who have accounts on public IM and presence providers such as Windows Live, Yahoo, and AOL.
265-
The collection of public providers that users can actually communicate with is managed by using the `Set-CsTenantPublicProvider` cmdlet.
266-
267-
```yaml
268-
Type: Boolean
269-
Parameter Sets: (All)
270-
Aliases:
271-
applicable: Microsoft Teams
272-
273-
Required: False
274-
Position: Named
275-
Default value: None
276-
Accept pipeline input: False
277-
Accept wildcard characters: False
278-
```
279256
### -AllowTeamsConsumer
280257
Allows federation with people using Teams with an account that's not managed by an organization.
281258

0 commit comments

Comments
 (0)