Skip to content

Commit 3a83185

Browse files
authored
Update Get-CsOnlineUser.md
1 parent ff9e636 commit 3a83185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skype/skype-ps/skype/Get-CsOnlineUser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ These filtering operators have been reintroduced:
253253
- “-like” operator now supports the use of wildcard operators in ‘contains’ and ‘ends with’ scenarios. For example:
254254

255255
```
256-
Contains Scenario: Get-CsOnlineUser -Filter "AssignedPlan -like '*MCO*'"
257-
Ends with scenario: Get-CsOnlineUser -Filter {AssignedPlan -like '*MCO'}
256+
Contains Scenario: Get-CsOnlineUser -Filter "DisplayName -like '*abc*'"
257+
Ends with scenario: Get-CsOnlineUser -Filter {DisplayName -like '*abc'}
258258
```
259259
- “-contains” can now be used to filter properties that are an array of strings like FeatureTypes, ProxyAddresses, and ShadowProxyAddresses. For example:
260260
```

0 commit comments

Comments
 (0)