Skip to content

Commit 337e2d0

Browse files
authored
Update Get-CsOnlineUser.md
1 parent 36ba6f4 commit 337e2d0

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

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

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,18 @@ Returns information about users who have accounts homed on Microsoft Teams or Sk
2020
```
2121
Get-CsOnlineUser [[-Identity] <UserIdParameter>]
2222
[-AccountType <String>]
23-
[-Credential <PSCredential>]
24-
[-DomainController <Fqdn>]
2523
[-Filter <String>]
26-
[-LdapFilter <String>]
27-
[-OnModernServer]
28-
[-OnOfficeCommunicationServer]
29-
[-OU <OUIdParameter>]
3024
[-ResultSize <Unlimited>]
3125
[-SkipUserPolicies]
3226
[-SoftDeletedUser]
3327
[-Sort]
34-
[-UnassignedUser]
3528
[-UsePreferredDC]
3629
[<CommonParameters>]
3730
```
3831

3932
## DESCRIPTION
40-
The Get-CsOnlineUser cmdlet returns information about users who have accounts homed on Microsoft Teams or Skype for Business Online.
41-
The returned information includes standard Active Directory account information (such as the department the user works in, his or her address and phone number, etc.) as well as Skype for Business Server 2015 specific information: the Get-CsOnlineUser cmdlet returns information about such things as whether or not the user has been enabled for Enterprise Voice and which per-user policies (if any) have been assigned to the user.
33+
The Get-CsOnlineUser cmdlet returns information about users who have accounts homed on Microsoft Teams
34+
The returned information includes standard Active Directory account information (such as the department the user works in, his or her address and phone number, etc.): the Get-CsOnlineUser cmdlet returns information about such things as whether or not the user has been enabled for Enterprise Voice and which per-user policies (if any) have been assigned to the user.
4235

4336
Note that the Get-CsOnlineUser cmdlet does not have a TenantId parameter; that means you cannot use a command similar to this in order to limit the returned data to users who have accounts with a specific Microsoft Teams or Skype for Business Online tenant:
4437

@@ -128,7 +121,7 @@ This parameter is added to Get-CsOnlineUser starting from TPM 4.5.1 to indicate
128121
- `ResourceAccount` - to query for app endpoints or resource accounts.
129122
- `Guest` - to query for guest accounts.
130123
- `SfBOnPremUser` - to query for users that are hosted on-premises (available from January 31, 2023, in the latest TPM versions at that time).
131-
- `Unknown` - to query for a user type that is not known. (This AccountType is being renamed to IneligibleUser)
124+
- `IneligibleUser` - to query for a user type that is not known.
132125

133126
```yaml
134127
Type: UserIdParameter

0 commit comments

Comments
 (0)