Skip to content

Commit dcad05b

Browse files
Merge pull request #11915 from jamescadd/patch-3
Update Set-CsTeamsAcsFederationConfiguration.md
2 parents ba4e62d + 3c3d954 commit dcad05b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

teams/teams-ps/teams/Set-CsTeamsAcsFederationConfiguration.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This cmdlet is used to manage the federation configuration between Teams and Azu
2020

2121
```powershell
2222
Set-CsTeamsAcsFederationConfiguration
23+
[-Identity <String[]>]
2324
[-EnableAcsUsers <Boolean>]
2425
[-AllowedAcsResources <String[]>]
2526
[-WhatIf]
@@ -80,6 +81,22 @@ Accept pipeline input: False
8081
Accept wildcard characters: False
8182
```
8283
84+
### -Identity
85+
Specifies the collection of tenant federation configuration settings to be modified. Because each tenant is limited to a single, global collection of federation settings there is no need include this parameter when calling the Set-CsTenantFederationConfiguration cmdlet. If you do choose to use the Identity parameter, you must also include the Tenant parameter. For example:
86+
87+
`Set-CsTenantFederationConfiguration -Tenant "bf19b7db-6960-41e5-a139-2aa373474354" -Identity "global"`
88+
```yaml
89+
Type: String
90+
Parameter Sets: (All)
91+
Aliases:
92+
93+
Required: False
94+
Position: Named
95+
Default value: None
96+
Accept pipeline input: False
97+
Accept wildcard characters: False
98+
```
99+
83100
### CommonParameters
84101
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
85102

0 commit comments

Comments
 (0)