Skip to content

Commit 75e65fd

Browse files
authored
Update Get-CsTeamsUnassignedNumberTreatment.md
1 parent f08f103 commit 75e65fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

teams/teams-ps/teams/Get-CsTeamsUnassignedNumberTreatment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This example displays all configured treatments.
4747

4848
### -Filter
4949
Enables you to limit the returned data by filtering on specific attributes.
50-
For example, you can limit returned data to treatments which have a specific target type. The Filter parameter uses the same filtering syntax that is used by the Where-Object cmdlet.
50+
For example, you can limit returned data to treatments which have a specific target type, i.e. -Filter {TargetType -eq 'User'}. The Filter parameter uses the same filtering syntax that is used by the Where-Object cmdlet.
5151

5252
```yaml
5353
Type: String
@@ -61,7 +61,7 @@ Accept pipeline input: False
6161
Accept wildcard characters: False
6262
```
6363
### -Identity
64-
The Id of the specific treatment to remove.
64+
The Id of the specific treatment to show.
6565
6666
```yaml
6767
Type: System.String

0 commit comments

Comments
 (0)