Skip to content

Commit ab18608

Browse files
authored
Merge pull request MicrosoftDocs#9700 from isrumnon/patch-24
Update Get-CsOnlineUser.md
2 parents b8d9e73 + bb4dea6 commit ab18608

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Returns information about users who have accounts homed on Microsoft Teams or Sk
1919

2020
```
2121
Get-CsOnlineUser [[-Identity] <UserIdParameter>]
22+
[-AccountType <String>]
2223
[-Credential <PSCredential>]
2324
[-DomainController <Fqdn>]
2425
[-Filter <String>]
@@ -103,6 +104,13 @@ Example 5 returns information for user accounts that have been assigned a design
103104

104105
## PARAMETERS
105106

107+
### -AccountType
108+
This parameter is added to Get-CsOnlineUser starting from TPM 4.5.1 to indicate the user type. The possible values for the AccountType parameter are:
109+
- `User` - to query for user accounts.
110+
- `ResourceAccount` - to query for app endpoints or resource accounts.
111+
- `Guest` - to query for guest accounts.
112+
- `Unknown` - to query for a user type that is not known.
113+
106114
### -Identity
107115
Indicates the Identity of the user account to be retrieved.
108116

@@ -178,7 +186,7 @@ The following updates are applicable for organizations having TeamsOnly users th
178186

179187
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 currently only rolled out in commercial environments and are currently **not** applicable to government environments):
180188

181-
189+
- AccountType
182190
- accountEnabled
183191
- AssignedPlan
184192
- Company
@@ -562,11 +570,6 @@ The following attributes are no longer relevant to Teams and have been dropped f
562570
- Office
563571
- Phone
564572
- WindowsEmailAddress
565-
- OnPremHostingProvider (available in Teams PowerShell Module 4.4.1 and later)
566-
- OnPremSipEnabled (available in Teams PowerShell Module 4.4.1 and later)
567-
- OnPremSipAddress (available in Teams PowerShell Module 4.4.1 and later)
568-
- OnPremOptionFlags (available in Teams PowerShell Module 4.4.1 and later)
569-
- OnPremEnterpriseVoiceEnabled (available in Teams PowerShell Module 4.4.1 and later)
570573
- SoftDeletedUsers (available in Teams PowerShell Module 4.4.3 and later)
571574

572575

0 commit comments

Comments
 (0)