Skip to content

Commit a510361

Browse files
authored
Merge pull request #12435 from praspatil05/patch-10
Update Get-CsOnlineUser.md
2 parents b35135f + 8aa0040 commit a510361

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

teams/teams-ps/teams/Get-CsOnlineUser.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,34 @@ A recent fix has addressed an issue where some Guest users were being omitted fr
315315
- Conferencing_RequiresCommunicationCredits: Allows pay-per minute Audio Conferencing without monthly licenses.
316316
- CommunicationCredits: Enables users to pay Teams calling and conferencing through the credits.
317317

318+
**Updates in Teams PowerShell Module version 6.8.0 and later**:
319+
320+
New policies - TeamsBYODAndDesksPolicy, TeamsAIPolicy, TeamsWorkLocationDetectionPolicy, TeamsMediaConnectivityPolicy, TeamsMeetingTemplatePermissionPolicy, TeamsVirtualAppointmentsPolicy and TeamsWorkLoadPolicy will be visible in the Get-CsOnlineUser cmdlet output.
321+
322+
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 6.8.0 or later for Microsoft Teams operated by 21Vianet. These updates will be rolled out gradually to older Microsoft Teams PowerShell versions.
323+
324+
The following attributes are populated with correct values in the output of Get-CsOnlineUser when not using the "-identity" parameter:
325+
326+
- CountryAbbreviation
327+
- UserValidationErrors
328+
- WhenCreated
329+
330+
The following updates are applicable to the output in scenarios where "-identity" parameter is not used:
331+
332+
- 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.
333+
- Guest are available in the output
334+
- 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.)
335+
- 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.
336+
- 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).
337+
338+
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.
339+
340+
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:
341+
342+
- Get-CsOnlineUser -Filter {AccountType -ne 'Guest'}
343+
- Get-CsOnlineUser -Filter {SoftDeletionTimestamp -eq $null}
344+
- Get-CsOnlineUser -Filter {AccountType -ne 'IneligibleUser'}
345+
318346
**Updates in Teams PowerShell Module version 6.1.1 Preview and later**:
319347

320348
The following updates are applicable for organizations that use Microsoft Teams PowerShell version 6.1.1 (Targeted Release: April 15th, 2024) or later. These changes will be gradually rolled out for all tenants starting from April 26th, 2024.

0 commit comments

Comments
 (0)