You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Get-CsOnlineUser.md
+81-2Lines changed: 81 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,68 @@ Enables you to limit the returned data by filtering on specific attributes. For
209
209
210
210
The Filter parameter uses the same filtering syntax as the Where-Object cmdlet. For example, the following filter returns only users who have been enabled for Enterprise Voice: `-Filter 'EnterpriseVoiceEnabled -eq $True'`or ``-Filter "EnterpriseVoiceEnabled -eq `$True"``.
211
211
212
-
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 3.0.0 and later:
212
+
**Updates in Teams PowerShell Module version 5.0.0**
213
+
214
+
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 5.0.0 (note that these changes are only rolled out in commercial environments at present:
215
+
216
+
_Performance_
217
+
218
+
The performance of Get-CsOnlineUser without the “-identity” parameter is improved. Here are some examples where significant improvement can be observed:
Ends with scenario: Get-CsOnlineUser -Filter {AssignedPlan -like '*MCO'}
258
+
```
259
+
- “-contains” can now be used for filtering on properties that are an array of strings like FeatureTypes, ProxyAddresses and ShadowProxyAddresses. Example:
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 3.0.0 and later (excluding updates mentioned above for Teams PowerShell Module version 5.0.0):
213
274
214
275
In the Teams PowerShell Module version 3.0.0 or later, filtering functionality is now limited to the following attributes (note that these changes are only rolled out in commercial environments at present and will be applicable to the lastest TPM versions in government environments starting March 31, 2023.):
215
276
@@ -310,6 +371,7 @@ The following filter syntaxes have been modified in Teams PowerShell Module 3.0.
310
371
- -ge: This operator is not supported with policy properties.
311
372
- -like: This operator is supported only with wildcard character in the end (e.g., `"like <value>*"`).
312
373
374
+
313
375
```yaml
314
376
Type: String
315
377
Parameter Sets: (All)
@@ -472,7 +534,24 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
472
534
473
535
### Notes
474
536
475
-
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 3.0.0 and later (note that these changes are only rolled out in commercial environments at present and will be applicable to the lastest TPM versions in government environments starting March 31, 2023.):
537
+
**Updates in Teams PowerShell Module version 5.0.0**
538
+
539
+
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 5.0.0 (note that these changes are only rolled out in commercial environments at present:
540
+
541
+
New attributes have now been introduced in the output of Get-CsOnlineUser when not using the "-identity" parameter:
542
+
543
+
- CountryAbbreviation
544
+
- SipProxyAddress
545
+
- TeamsMediaLoggingPolicy
546
+
- UserValidationErrors
547
+
- WhenCreated
548
+
549
+
Unlicensed Users – Unlicensed user would show up in the output for 30 days post license removal
550
+
Soft deleted users – These users will be displayed in the output of Get-CsOnlineUser and TAC Manage Users page by default with SoftDeletionTimestamp set to a value
551
+
552
+
**Updates in Teams PowerShell Module version 3.0.0 and above**
553
+
554
+
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 3.0.0 and later excluding updates mentioned above for Teams PowerShell Module version 5.0.0 (note that these changes are only rolled out in commercial environments at present and will be applicable to the lastest TPM versions in government environments starting March 31, 2023.):
0 commit comments