File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ These settings are used to determine which domains (if any) your users are allow
23
23
Set-CsTenantFederationConfiguration [-Tenant <Guid>] [-AllowedDomains <IAllowedDomainsChoice>]
24
24
[-BlockedDomains <List>] [-AllowFederatedUsers <Boolean>] [-AllowPublicUsers <Boolean>]
25
25
[-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>]
26
- [-AllowedDomainsAsAList <List>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
26
+ [-AllowedDomainsAsAList <List>] [-AllowTeamsConsumer <Boolean>] [ [-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
27
27
```
28
28
29
29
### Instance
30
30
```
31
31
Set-CsTenantFederationConfiguration [-Tenant <Guid>] [-AllowedDomains <IAllowedDomainsChoice>]
32
32
[-BlockedDomains <List>] [-AllowFederatedUsers <Boolean>] [-AllowPublicUsers <Boolean>]
33
33
[-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>]
34
- [-AllowedDomainsAsAList <List>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
34
+ [-AllowedDomainsAsAList <List>] [-AllowTeamsConsumer <Boolean>] [- Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
35
35
```
36
36
37
37
## DESCRIPTION
@@ -341,6 +341,21 @@ Accept pipeline input: False
341
341
Accept wildcard characters: False
342
342
` ` `
343
343
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
+
344
359
# ## -WhatIf
345
360
Describes what would happen if you executed the command without actually executing the command.
346
361
You can’t perform that action at this time.
0 commit comments