Skip to content

Commit 3ae4eb6

Browse files
authored
Merge pull request #10889 from pbafna03/patch-17
Update Get-CsOnlineUser.md
2 parents b86a86a + 540546a commit 3ae4eb6

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Accept wildcard characters: False
145145
### -Identity
146146
Indicates the Identity of the user account to be retrieved.
147147
148-
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):
148+
For TeamsOnly customers using the Teams PowerShell Module version 3.0.0 or later, you use the following values to identify the account:
149149
150150
- GUID
151151
- SIP address
@@ -160,8 +160,6 @@ Using the Teams PowerShell Module version 2.6 or earlier only, you can use the f
160160
- Alias
161161
- Display name. Supports the asterisk ( \* ) wildcard character. For example, `-Identity "* Smith"` returns all the users whose display names end with Smith.
162162

163-
Using the the Teams PowerShell Module version version 2.5.1 or later, the the Get-CsOnlineUser command no longer includes deprecated properties in the output.
164-
165163
```yaml
166164
Type: UserIdParameter
167165
Parameter Sets: (All)
@@ -279,7 +277,7 @@ These filtering operators have been reintroduced:
279277

280278
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 and later):
281279

282-
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):
280+
In the Teams PowerShell Module version 3.0.0 or later, filtering functionality is now limited to the following attributes:
283281

284282
- AccountType
285283
- AccountEnabled
@@ -500,7 +498,7 @@ Accept wildcard characters: False
500498

501499
### -Sort
502500

503-
Sorting is now enabled in Teams PowerShell Module 5.1.0 and later by using the "-Sort" or "-OrderBy" parameters. For Example:
501+
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:
504502

505503
- Get-CsOnlineUser -Filter {LineURI -like *123*} -OrderBy "DisplayName asc"
506504
- Get-CsOnlineUser -Filter {DisplayName -like '*abc'} -OrderBy {DisplayName desc}
@@ -588,7 +586,7 @@ If Guest users and SoftDeletedUsers are not required in the output then they can
588586

589587
**Updates in Teams PowerShell Module version 3.0.0 and above**
590588

591-
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):
589+
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:
592590

593591
_New user attributes_:
594592

@@ -753,8 +751,6 @@ In Teams PowerShell Modules 3.0.0 and above OnPremLineURI will only refer to the
753751

754752
## NOTES
755753

756-
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.
757-
758754
## RELATED LINKS
759755

760756
[Set-CsUser](Set-CsUser.md)

0 commit comments

Comments
 (0)