Skip to content

Commit c96a680

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

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
@@ -265,7 +265,7 @@ Get-CsOnlineUser -Filter {ProxyAddresses -contains "SMTP:[email protected]"}
265265
```
266266
Get-CsOnlineUser -Filter {UserPrincipalName -gt/-le/-lt “abc”}
267267
```
268-
- “-ge”(greater than or equal to) can now also be used for filtering on policies
268+
- “-ge” (greater than or equal to) can now also be used for filtering on policies. For example:
269269
```
270270
Get-CsOnlineUser -Filter {ExternalAccessPolicy -ge "xyz_policy"}
271271
```

0 commit comments

Comments
 (0)