Skip to content

Commit 5b9d336

Browse files
authored
Update Get-CsOnlineUser.md
1 parent 64af0a0 commit 5b9d336

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,14 @@ FeatureTypes – Array of unique strings specifying what features are enabled fo
229229

230230
LdapFilter has been deprecated due to low usage
231231

232+
*Changes in "-Filter" parameter*
233+
- Assigned Plan filter - Previous format will no longer be supported. Existing filters like AssignedPlan eq '<some-xml-string>' will stop working. This will need to be modified to one of the below formats
234+
- AssignedPlans eq 'MCOEV' - For exact match
235+
- AssignedPlans eq '*MCO*' - for contains checks.
236+
237+
- EnterpriseVoiceEnabled filter
238+
- EnterpriseVoiceEnabled eq true / false
239+
232240

233241
## PARAMETERS
234242

0 commit comments

Comments
 (0)