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: teams/teams-ps/teams/Get-CsOnlineUser.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,28 @@ Default value: None
189
189
Accept pipeline input: False
190
190
Accept wildcard characters: False
191
191
```
192
+
193
+
### -Properties
194
+
195
+
Allows you to specify the properties you want to include in the output. Provide the properties as a comma-separated list. Note that the following properties will always be present in the output: Identity, UserPrincipalName, Alias, AccountEnabled, DisplayName.
**Note**: Starting with Teams PowerShell Modules version 4.0 and later, "-ResultSize" type has been changed to uint32.
@@ -297,6 +319,14 @@ A recent fix has addressed an issue where some Guest users were being omitted fr
297
319
- Conferencing_RequiresCommunicationCredits: Allows pay-per minute Audio Conferencing without monthly licenses.
298
320
- CommunicationCredits: Enables users to pay Teams calling and conferencing through the credits.
299
321
322
+
**Updates in Teams PowerShell Module version 6.9.0 and later**:
323
+
324
+
Adds new attribute in the output of Get-CsOnlineUser cmdlet in commercial environments.
325
+
- TelephoneNumbers: A new list of complex object that includes telephone number and its corresponding assignment category. The assignment category can include values such as 'Primary', 'Private', and 'Alternate'.
326
+
327
+
Adds new parameter to the Get-CsOnlineUser cmdlet in all clouds:
328
+
- Properties: Allows you to specify the properties you want to include in the output. Provide the properties as a comma-separated list. Note that the following properties will always be present in the output: Identity, UserPrincipalName, Alias, AccountEnabled, DisplayName.
329
+
300
330
**Updates in Teams PowerShell Module version 6.8.0 and later**:
301
331
302
332
New policies - TeamsBYODAndDesksPolicy, TeamsAIPolicy, TeamsWorkLocationDetectionPolicy, TeamsMediaConnectivityPolicy, TeamsMeetingTemplatePermissionPolicy, TeamsVirtualAppointmentsPolicy and TeamsWorkLoadPolicy will be visible in the Get-CsOnlineUser cmdlet output.
0 commit comments