Skip to content

Commit 922172c

Browse files
authored
Update Get-CsTeamsAcsFederationConfiguration.md
Adds filter and identity parameters
1 parent 60c2467 commit 922172c

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

teams/teams-ps/teams/Get-CsTeamsAcsFederationConfiguration.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,43 @@ EnableAcsUsers : False
5656

5757
## PARAMETERS
5858

59+
### -Filter
60+
Enables you to use wildcards when specifying the Teams and ACS federation configuration settings to be returned.
61+
Because you can only have a single, global instance of these settings there is little reason to use the Filter parameter.
62+
However, if you prefer, you can use syntax similar to this to retrieve the global settings: -Identity "g*".
63+
64+
```yaml
65+
Type: String
66+
Parameter Sets: Filter
67+
Aliases:
68+
69+
Required: False
70+
Position: Named
71+
Default value: None
72+
Accept pipeline input: False
73+
Accept wildcard characters: False
74+
```
75+
76+
### -Identity
77+
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:
78+
79+
`Set-CsTenantFederationConfiguration -Tenant "bf19b7db-6960-41e5-a139-2aa373474354" -Identity "global"`
80+
81+
```yaml
82+
Type: String
83+
Parameter Sets: Identity
84+
Aliases:
85+
86+
Required: False
87+
Position: Named
88+
Default value: None
89+
Accept pipeline input: False
90+
Accept wildcard characters: False
91+
```
92+
93+
### CommonParameters
94+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
95+
5996
## INPUTS
6097

6198
## OUTPUTS

0 commit comments

Comments
 (0)