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
@@ -210,9 +210,9 @@ Enables you to limit the returned data by filtering on specific attributes. For
210
210
211
211
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"``.
212
212
213
-
**Updates in Teams PowerShell Module version 5.0.0 and later**
213
+
**Updates in Teams PowerShell Module version 5.9.0 and later**
214
214
215
-
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 5.0.0 or later (note that these changes are only rolled out in commercial environments at present). These updates will be applicable to remaining Teams PowerShell versions by 15th April 2023:
215
+
The following updates will be applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 5.9.0 or later in GCC High and DoD environments (note that these changes are already rolled out in commercial environments and will be rolled out in GCC High and DoD environments from new Teams PowerShell Module version 5.9.0 targeted to release on 17th January 2024). These updates will be applicable to remaining Teams PowerShell versions from 15th March 2024 in GCC High and DoD environments:
Sorting is now enabled in Teams PowerShell Module 5.1.0 and later by using the "-Sort" or "-OrderBy" parameters. This parameter is currently rolled out in commercial environments only. For example:
501
+
Sorting will now be enabled in Teams PowerShell Module 5.9.0 and later by using the "-Sort" or "-OrderBy" parameters in GCC High and DoD environments. These updates will be applicable to older Teams PowerShell versions starting from 15th March 2024 in GCC High and DoD environments(note that this parameter is already rolled out in commercial environments). For example:
@@ -558,31 +558,31 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
558
558
559
559
### Notes
560
560
561
-
**Updates in Teams PowerShell Module version 5.0.0 and later**
561
+
**Updates in Teams PowerShell Module version 5.9.0 and later**
562
562
563
-
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 5.0.0 and later (note that these changes are only rolled out in commercial environments at present). These updates will be applicable to remaining Teams PowerShell versions by 15th April 2023:
563
+
The following updates will be applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 5.9.0 or later in GCC High and DoD environments (note that these changes are already rolled out in commercial environments and will be rolled out in GCC High and DoD environments from new Teams PowerShell Module version 5.9.0 targeted to release on 17th January 2024). These updates will be applicable to remaining Teams PowerShell versions from 15th March 2024 in GCC High and DoD environments:
564
564
565
-
New attributes have now been introduced in the output of Get-CsOnlineUser when not using the "-identity" parameter:
565
+
The following attributes will be populated with correct values in the output of Get-CsOnlineUser when not using the "-identity" parameter:
566
566
567
567
- CountryAbbreviation
568
-
- SipProxyAddress
569
-
- TeamsMediaLoggingPolicy
570
568
- UserValidationErrors
571
569
- WhenCreated
572
570
573
-
The following updates are now applicable to the output in scenarios where "-identity" parameter is not used:
571
+
The following updates will be applicable to the output in scenarios where "-identity" parameter is not used:
574
572
575
573
- Only valid OnPrem users would be available in the output: These are users that are DirSyncEnabled and have a valid OnPremSipAddress or SIP address in ShadowProxyAddresses.
576
-
- Guest users are now available in the output.
577
-
- Unlicensed Users: Unlicensed users would show up in the output for 30 days post-license removal.
574
+
- Guest would be available in the output.
575
+
- Unlicensed Users: Unlicensed users would show up in the output of Get-CsOnlineUser (note Unlicensed users in commercial clouds would show up in the output for only 30 days post-license removal.)
578
576
- Soft deleted users: These users will be displayed in the output of Get-CsOnlineUser and the TAC Manage Users page by default with SoftDeletionTimestamp set to a value.
577
+
- AccountType as Unknown will be renamed to AccountType as IneligibleUser in GCC High and DoD environments. IneligibleUser will include users who do not have any valid Teams licenses (except Guest, SfbOnPremUser, ResourceAccount).
579
578
580
579
If any information is required for a user that is not available in the output (when not using "-identity" parameter) then it can be obtained using the "-identity" parameter. Information for all users would be available using the "-identity" parameter until they are hard deleted.
581
580
582
-
If Guest users and SoftDeletedUsers are not required in the output then they can be filtered out by using filter on AccountType and SoftDeletionTimestamp respectively. For example:
581
+
If Guest, Soft Deleted Users, IneligibleUser are not required in the output then they can be filtered out by using filter on AccountType and SoftDeletionTimestamp. For example:
0 commit comments