We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40e742 commit c96a680Copy full SHA for c96a680
skype/skype-ps/skype/Get-CsOnlineUser.md
@@ -265,7 +265,7 @@ Get-CsOnlineUser -Filter {ProxyAddresses -contains "SMTP:[email protected]"}
265
```
266
Get-CsOnlineUser -Filter {UserPrincipalName -gt/-le/-lt “abc”}
267
268
-- “-ge”(greater than or equal to) can now also be used for filtering on policies
+- “-ge” (greater than or equal to) can now also be used for filtering on policies. For example:
269
270
Get-CsOnlineUser -Filter {ExternalAccessPolicy -ge "xyz_policy"}
271
0 commit comments