Skip to content

Commit 389f870

Browse files
Update Get-CsTeamsMultiTenantOrganizationConfiguration.md
1 parent fcf1672 commit 389f870

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

teams/teams-ps/teams/Get-CsTeamsMultiTenantOrganizationConfiguration.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@ Retrieves tenant's Multi-tenant Organization Configuration, including CopilotFro
3636

3737
## PARAMETERS
3838

39+
### -Filter
40+
Enables you to use wildcard characters when indicating the policy (or policies) to be returned.
41+
To return a collection of all the per-user policies, use this syntax: -Filter "tag:*".
42+
43+
```yaml
44+
Type: String
45+
Parameter Sets: (All)
46+
Aliases:
47+
48+
Required: False
49+
Position: Named
50+
Default value: None
51+
Accept pipeline input: False
52+
Accept wildcard characters: False
53+
```
54+
3955
### CommonParameters
4056
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).
4157

0 commit comments

Comments
 (0)