Skip to content

Commit 9fdeda9

Browse files
authored
Update Get-CsOnlineUser.md
1 parent 4f68276 commit 9fdeda9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ Get-CsOnlineUser -AccountType ResourceAccount
108108
```
109109
Example 6 returns information for user accounts that are categorized as resource accounts.
110110

111+
### -------------------------- Example 7 --------------------------
112+
```
113+
Get-CsOnlineUser - Filter "FeatureTypes -Contains 'PhoneSystem'"
114+
```
115+
Example 7 returns information for user's assigned plans.
116+
117+
111118
## PARAMETERS
112119

113120
### -AccountType
@@ -265,6 +272,7 @@ In the Teams PowerShell Module version 3.0.0 or later, filtering functionality i
265272
- VoiceRoutingPolicy
266273
- LastName (available in Teams PowerShell Module 4.2.1 and later)
267274

275+
268276
*Attributes that have changed in meaning/format*:
269277

270278
**OnPremLineURI**: This attribute previously used to refer to both:
@@ -476,6 +484,8 @@ Some of the commonly used FeatureTypes include:
476484
- PhoneSystem
477485
- CallingPlan
478486

487+
_Note -_ This attribute is now filterable in Teams Powershell Module versions 4.0.0 and above using the "-Contains" operator as showon in Example 7
488+
479489
AccountEnabled: Indicates whether a user is enabled for login in Azure AD.
480490

481491
*Dropped attributes*:

0 commit comments

Comments
 (0)