Skip to content

Commit e26c17e

Browse files
authored
Merge pull request #10159 from isrumnon/patch-27
Update Get-CsOnlineUser.md
2 parents afa3203 + 96c6901 commit e26c17e

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

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

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ 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+
111117
## PARAMETERS
112118

113119
### -AccountType
@@ -206,25 +212,27 @@ The following updates are applicable for organizations having TeamsOnly users th
206212
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):
207213

208214
- AccountType
209-
- accountEnabled
215+
- AccountEnabled
210216
- AssignedPlan
217+
- CallingLineIdentity
211218
- Company
212219
- Country
213-
- department
214-
- displayName
220+
- Department
221+
- DisplayName
215222
- EnterpriseVoiceEnabled
216223
- ExternalAccessPolicy
217-
- givenName
224+
- FeatureTypes (new)
225+
- GivenName
218226
- Identity
219227
- IsSipEnabled
220-
- lineUri
221-
- userPrincipalName
222-
- CallingLineIdentity
228+
- LastName (available in Teams PowerShell Module 4.2.1 and later)
229+
- LineUri
230+
- UserPrincipalName
223231
- OnlineAudioConferencingRoutingPolicy
224232
- OnlineDialOutPolicy
225233
- OnlineVoicemailPolicy
226234
- OnlineVoiceRoutingPolicy
227-
- ownerUrn
235+
- OwnerUrn
228236
- TeamsAppPermissionPolicy
229237
- TeamsAppSetupPolicy
230238
- TeamsAudioConferencingPolicy
@@ -234,6 +242,7 @@ In the Teams PowerShell Module version 3.0.0 or later, filtering functionality i
234242
- TeamsChannelsPolicy
235243
- TeamsComplianceRecordingPolicy
236244
- TeamsCortanaPolicy
245+
- TenantDialPlan
237246
- TeamsEducationAssignmentsAppPolicy
238247
- TeamsEmergencyCallingPolicy
239248
- TeamsEmergencyCallRoutingPolicy
@@ -257,13 +266,11 @@ In the Teams PowerShell Module version 3.0.0 or later, filtering functionality i
257266
- TeamsVdiPolicy
258267
- TeamsVerticalPackagePolicy
259268
- TeamsVideoInteropServicePolicy
260-
- TenantDialPlan
269+
- TeamsWorkLoadPolicy
261270
- Title
262271
- UsageLocation
263272
- UserDirSyncEnabled
264-
- TeamsWorkLoadPolicy
265273
- VoiceRoutingPolicy
266-
- LastName (available in Teams PowerShell Module 4.2.1 and later)
267274

268275
*Attributes that have changed in meaning/format*:
269276

@@ -476,6 +483,8 @@ Some of the commonly used FeatureTypes include:
476483
- PhoneSystem
477484
- CallingPlan
478485

486+
**Note**: This attribute is now filterable in Teams PowerShell Module versions 4.0.0 and later using the "-Contains" operator as shown in Example 7.
487+
479488
AccountEnabled: Indicates whether a user is enabled for login in Azure AD.
480489

481490
*Dropped attributes*:

0 commit comments

Comments
 (0)