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
Example 7 returns information for user's assigned plans.
116
+
111
117
## PARAMETERS
112
118
113
119
### -AccountType
@@ -206,25 +212,27 @@ The following updates are applicable for organizations having TeamsOnly users th
206
212
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):
207
213
208
214
- AccountType
209
-
- accountEnabled
215
+
- AccountEnabled
210
216
- AssignedPlan
217
+
- CallingLineIdentity
211
218
- Company
212
219
- Country
213
-
- department
214
-
- displayName
220
+
- Department
221
+
- DisplayName
215
222
- EnterpriseVoiceEnabled
216
223
- ExternalAccessPolicy
217
-
- givenName
224
+
- FeatureTypes (new)
225
+
- GivenName
218
226
- Identity
219
227
- IsSipEnabled
220
-
- lineUri
221
-
- userPrincipalName
222
-
- CallingLineIdentity
228
+
- LastName (available in Teams PowerShell Module 4.2.1 and later)
229
+
- LineUri
230
+
- UserPrincipalName
223
231
- OnlineAudioConferencingRoutingPolicy
224
232
- OnlineDialOutPolicy
225
233
- OnlineVoicemailPolicy
226
234
- OnlineVoiceRoutingPolicy
227
-
- ownerUrn
235
+
- OwnerUrn
228
236
- TeamsAppPermissionPolicy
229
237
- TeamsAppSetupPolicy
230
238
- TeamsAudioConferencingPolicy
@@ -234,6 +242,7 @@ In the Teams PowerShell Module version 3.0.0 or later, filtering functionality i
234
242
- TeamsChannelsPolicy
235
243
- TeamsComplianceRecordingPolicy
236
244
- TeamsCortanaPolicy
245
+
- TenantDialPlan
237
246
- TeamsEducationAssignmentsAppPolicy
238
247
- TeamsEmergencyCallingPolicy
239
248
- TeamsEmergencyCallRoutingPolicy
@@ -257,13 +266,11 @@ In the Teams PowerShell Module version 3.0.0 or later, filtering functionality i
257
266
- TeamsVdiPolicy
258
267
- TeamsVerticalPackagePolicy
259
268
- TeamsVideoInteropServicePolicy
260
-
- TenantDialPlan
269
+
- TeamsWorkLoadPolicy
261
270
- Title
262
271
- UsageLocation
263
272
- UserDirSyncEnabled
264
-
- TeamsWorkLoadPolicy
265
273
- VoiceRoutingPolicy
266
-
- LastName (available in Teams PowerShell Module 4.2.1 and later)
267
274
268
275
*Attributes that have changed in meaning/format*:
269
276
@@ -476,6 +483,8 @@ Some of the commonly used FeatureTypes include:
476
483
- PhoneSystem
477
484
- CallingPlan
478
485
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
+
479
488
AccountEnabled: Indicates whether a user is enabled for login in Azure AD.
0 commit comments