Skip to content

Commit 420417d

Browse files
authored
Adding missing parameter
1 parent 20cdab4 commit 420417d

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

skype/skype-ps/skype/Set-CsTenantFederationConfiguration.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ These settings are used to determine which domains (if any) your users are allow
2323
Set-CsTenantFederationConfiguration [-Tenant <Guid>] [-AllowedDomains <IAllowedDomainsChoice>]
2424
[-BlockedDomains <List>] [-AllowFederatedUsers <Boolean>] [-AllowPublicUsers <Boolean>]
2525
[-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>]
26-
[-AllowedDomainsAsAList <List>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
26+
[-AllowedDomainsAsAList <List>] [-AllowTeamsConsumer <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
2828

2929
### Instance
3030
```
3131
Set-CsTenantFederationConfiguration [-Tenant <Guid>] [-AllowedDomains <IAllowedDomainsChoice>]
3232
[-BlockedDomains <List>] [-AllowFederatedUsers <Boolean>] [-AllowPublicUsers <Boolean>]
3333
[-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>]
34-
[-AllowedDomainsAsAList <List>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
34+
[-AllowedDomainsAsAList <List>] [-AllowTeamsConsumer <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3535
```
3636

3737
## DESCRIPTION
@@ -341,6 +341,21 @@ Accept pipeline input: False
341341
Accept wildcard characters: False
342342
```
343343

344+
### -AllowTeamsConsumer
345+
Allows federation with Teams Consumer users.
346+
347+
```yaml
348+
Type: Boolean
349+
Parameter Sets: (All)
350+
Aliases:
351+
352+
Required: False
353+
Position: Named
354+
Default value: None
355+
Accept pipeline input: False
356+
Accept wildcard characters: False
357+
```
358+
344359
### -WhatIf
345360
Describes what would happen if you executed the command without actually executing the command.
346361

0 commit comments

Comments
 (0)