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
**Note: This immediate section only applies to TPM 2.6 and earlier**
152
+
150
153
Enables you to limit the returned data by filtering on specific attributes.
151
154
For example, you can limit returned data to users who have been assigned a specific voice policy, or users who have not been assigned a specific voice policy.
152
155
@@ -155,9 +158,9 @@ For example, a filter that returns only users who have been enabled for Enterpri
155
158
156
159
`{EnterpriseVoiceEnabled -eq $True}`
157
160
158
-
**Note:**
159
161
160
-
The following updates are applicable for TeamsOnly customers using Microsoft Teams PowerShell version 3.0.0 and above.
162
+
163
+
The following updates are applicable for organizations having TeamsOnly users and/or without any SfBO/On-Premise users using Microsoft Teams PowerShell version 3.0.0 and later.
**Note: This immediate section only applies to TPM 2.6 and earlier**
278
+
273
279
Indicates the Identity of the user account to be retrieved.
274
280
User Identities can be specified using one of the following formats: 1) the user's SIP address; 2) the user's user principal name (UPN); or, 3) the user's Active Directory display name (for example, Ken Myer).
275
281
@@ -449,7 +455,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
449
455
## OUTPUTS
450
456
451
457
### Note:
452
-
The following updates are applicable for TeamsOnly customers using Microsoft Teams PowerShell version 3.0.0 and above.
458
+
The following updates are applicable for organizations having TeamsOnly users and/or without any SfBO/On-Premise users using Microsoft Teams PowerShell version 3.0.0 and later.
453
459
454
460
*New user attributes*
455
461
@@ -508,6 +514,7 @@ The following attributes are no longer relevant to Teams and have been dropped f
508
514
- ObjectClass
509
515
- ObjectState
510
516
- OnPremHideFromAddressLists
517
+
- OnPremLineURIManuallySet
511
518
- OriginalPreferredDataLocation
512
519
- OriginatingServer
513
520
- OriginatorSid
@@ -589,7 +596,7 @@ The following attributes are no longer relevant to Teams and have been dropped f
589
596
1. LineURI set via OnPrem AD.
590
597
2. Direct Routing numbers assigned to users via Set-CsUser.
591
598
592
-
In Teams PowerShell Modules 3.0.0 and above OnPremLineURI will only refer to the LineURI set via OnPrem AD. Direct Routing numbers will be available from the LineURI field. Direct Routing Numbers can be distinguished from Calling Plan Numbers by looking at the FeatureTypes attribute.
599
+
In Teams PowerShell Modules 3.0.0 and above OnPremLineURI will only refer to the LineURI set via on-premises Active Directory. The OnPremLineURIManuallySet attribute has been deprecated and is no longer used. Direct Routing numbers will be available from the LineURI field. Direct Routing numbers can be distinguished from Calling Plan numbers by looking at the FeatureTypes attribute.
593
600
594
601
**- The output format of AssignedPlan and ProvisionedPlan have now changed from XML to JSON array.**
0 commit comments