Skip to content

Commit ec8a63a

Browse files
authored
Update Get-CsOnlineUser.md
1 parent d9e9845 commit ec8a63a

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

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

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ This parameter is added to Get-CsOnlineUser starting from TPM 4.5.1 to indicate
120120
- `User` - to query for user accounts.
121121
- `ResourceAccount` - to query for app endpoints or resource accounts.
122122
- `Guest` - to query for guest accounts.
123-
- `SfBOnPremUser` - to query for users that are hosted on-premises (available from January 31, 2023, in the latest TPM versions at that time).
124-
- `IneligibleUser` - to query for a user type that is not known.
123+
- `SfBOnPremUser` - to query for users that are hosted on-premises
124+
- `IneligibleUser` - to query for a user that does not have valid Teams license (except Guest, ResourceAccount and SfbOnPremUser)
125125

126126
```yaml
127127
Type: UserIdParameter
@@ -247,7 +247,7 @@ Accept wildcard characters: False
247247

248248
### -Sort
249249

250-
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:
250+
Sorting is now enabled in Teams PowerShell Module by using the "-Sort" or "-OrderBy" parameters. For example:
251251

252252
- Get-CsOnlineUser -Filter {LineURI -like *123*} -OrderBy "DisplayName asc"
253253
- Get-CsOnlineUser -Filter {DisplayName -like '*abc'} -OrderBy {DisplayName desc}
@@ -267,25 +267,6 @@ Accept pipeline input: False
267267
Accept wildcard characters: False
268268
```
269269

270-
### -UnassignedUser
271-
This parameter has been deprecated from the Teams PowerShell Modules version 3.0 or later due to limited usage.
272-
273-
Enables you to return a collection of all the users who have been enabled for Skype for Business but are not currently assigned to a Registrar pool.
274-
Users are not allowed to log on to unless they are assigned to a Registrar pool.
275-
276-
```yaml
277-
Type: SwitchParameter
278-
Parameter Sets: (All)
279-
Aliases:
280-
applicable: Microsoft Teams
281-
282-
Required: False
283-
Position: Named
284-
Default value: None
285-
Accept pipeline input: False
286-
Accept wildcard characters: False
287-
```
288-
289270
### -UsePreferredDC
290271

291272
Reserved for Microsoft internal use.

0 commit comments

Comments
 (0)