Skip to content

Commit 5918025

Browse files
Update skype/skype-ps/skype/Get-CsOnlineUser.md
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent b0419ce commit 5918025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Ends with scenario: Get-CsOnlineUser -Filter {AssignedPlan -like '*MCO'}
261261
Get-CsOnlineUser -Filter {FeatureTypes -contains "PhoneSystem"}
262262
Get-CsOnlineUser -Filter {ProxyAddresses -contains "SMTP:[email protected]"}
263263
```
264-
- “-gt”(greater than), “-lt”(less than), “-le”(less than or equal to) can now be used for filtering all string properties. Example:
264+
- “-gt” (greater than), “-lt” (less than), “-le” (less than or equal to) can now be used for filtering all string properties. For example:
265265
```
266266
Get-CsOnlineUser -Filter {UserPrincipalName -gt/-le/-lt “abc”}
267267
```

0 commit comments

Comments
 (0)