Skip to content

Commit 3a41c91

Browse files
authored
Update Get-CsOnlineUser.md
1 parent d1a265c commit 3a41c91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Accept wildcard characters: False
142142
### -Identity
143143
Indicates the Identity of the user account to be retrieved.
144144
145-
For TeamsOnly customers using the Teams PowerShell Module version 3.0.0 or later, you use the following values to identify the account (note that these changes are only rolled out in commercial environments including GCC at present, and will be applicable to the latest TPM versions in GCC High and DoD environments starting March 15, 2023.):
145+
For TeamsOnly customers using the Teams PowerShell Module version 3.0.0 or later, you use the following values to identify the account (note that these changes are only rolled out in commercial environments including GCC at present, and will be applicable to the latest TPM versions in GCC High and DoD environments starting March 15, 2023 with TPM 5.0.1):
146146
147147
- GUID
148148
- SIP address
@@ -273,7 +273,7 @@ Get-CsOnlineUser -Filter {ExternalAccessPolicy -ge "xyz_policy"}
273273

274274
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 3.0.0 and later (excluding updates mentioned previously for Teams PowerShell Module version 5.0.0):
275275

276-
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 including GCC at present, and will be applicable to the latest TPM versions in GCC High and DoD environments starting March 15, 2023.):
276+
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 including GCC at present, and will be applicable to the latest TPM versions in GCC High and DoD environments starting March 15, 2023 with TPM 5.0.1):
277277

278278
- AccountType
279279
- AccountEnabled
@@ -552,9 +552,9 @@ The updates below are now applicable to the output in scenarios where "-identity
552552
- 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.
553553
- Guest users are now available in the output.
554554
- Unlicensed Users: Unlicensed users would show up in the output for 30 days post-license removal.
555-
- Soft deleted users: These users will be displayed in the output of Get-CsOnlineUser and the TAC Manage Users page by default for 30 days with SoftDeletionTimestamp set to a value.
555+
- 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.
556556

557-
If any infromation is required for a user that is not available in the output then it can be obtained using the "-identity" parameter. Infromation for all users would be available via point query until they are hard deleted.
557+
If any infromation 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. Infromation for all users would be available using the "-identity" parameter until they are hard deleted.
558558

559559
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.
560560

@@ -566,7 +566,7 @@ Get-csOnlineUser -Filter {SoftDeletionTimestamp -eq $null}
566566
567567
**Updates in Teams PowerShell Module version 3.0.0 and above**
568568
569-
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 3.0.0 and later, excluding updates mentioned previously for Teams PowerShell Module version 5.0.0 (note that these changes are only rolled out in commercial environments including GCC at present and will be applicable to the latest TPM versions in GCC High and DoD environments starting March 15, 2023.):
569+
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 3.0.0 and later, excluding updates mentioned previously for Teams PowerShell Module version 5.0.0 (note that these changes are only rolled out in commercial environments including GCC at present and will be applicable to the latest TPM versions in GCC High and DoD environments starting March 15, 2023 with TPM 5.0.1):
570570
571571
*New user attributes*:
572572

0 commit comments

Comments
 (0)