You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Get-CsOnlineUser.md
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Returns information about users who have accounts homed on Microsoft Teams or Sk
19
19
20
20
```
21
21
Get-CsOnlineUser [[-Identity] <UserIdParameter>]
22
+
[-AccountType <String>]
22
23
[-Credential <PSCredential>]
23
24
[-DomainController <Fqdn>]
24
25
[-Filter <String>]
@@ -103,6 +104,13 @@ Example 5 returns information for user accounts that have been assigned a design
103
104
104
105
## PARAMETERS
105
106
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
+
106
114
### -Identity
107
115
Indicates the Identity of the user account to be retrieved.
108
116
@@ -178,7 +186,7 @@ The following updates are applicable for organizations having TeamsOnly users th
178
186
179
187
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):
180
188
181
-
189
+
- AccountType
182
190
- accountEnabled
183
191
- AssignedPlan
184
192
- Company
@@ -562,11 +570,6 @@ The following attributes are no longer relevant to Teams and have been dropped f
562
570
- Office
563
571
- Phone
564
572
- 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)
570
573
- SoftDeletedUsers (available in Teams PowerShell Module 4.4.3 and later)
0 commit comments