Skip to content

Commit 1b84d6b

Browse files
Update Get-CsTeamsUpdateManagementPolicy.md
adding missing filter parameter
1 parent 8a9284d commit 1b84d6b

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

teams/teams-ps/teams/Get-CsTeamsUpdateManagementPolicy.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ Use this cmdlet to retrieve the current Teams Update Management policies in the
1818
## SYNTAX
1919

2020
### Identity (Default)
21-
```
21+
```powershell
2222
Get-CsTeamsUpdateManagementPolicy [[-Identity] <String>] [-ProgressAction <ActionPreference>]
2323
[<CommonParameters>]
2424
```
2525

2626
### Filter
27-
```
27+
```powershell
2828
Get-CsTeamsUpdateManagementPolicy [-Filter <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
2929
```
3030

3131
## DESCRIPTION
32-
Retrieves the current Teams Update Management policies in the organization.
32+
The Teams Update Management Policy allows admins to specify if a given user is enabled to preview features in Teams.
3333

3434
## EXAMPLES
3535

@@ -57,6 +57,22 @@ Accept pipeline input: False
5757
Accept wildcard characters: False
5858
```
5959
60+
### -Filter
61+
62+
This parameter accepts a wildcard string and returns all policies with identities matching that string. For example, a Filter value of tag:* will return all policies defined at the per-user level.
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+
6076
### CommonParameters
6177
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).
6278

0 commit comments

Comments
 (0)