Skip to content

Commit 16eb3d4

Browse files
authored
Merge pull request MicrosoftDocs#11392 from JensTrier/JensUpdate21
Updating Get-CsPhoneNumberAssignment
2 parents 6363ea2 + 6018627 commit 16eb3d4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ PortInOrderStatus :
6161
PstnAssignmentStatus : UserAssigned
6262
PstnPartnerId : 7fc2f2eb-89aa-41d7-93de-73d015d22ff0
6363
PstnPartnerName : Microsoft
64+
NumberSource : Online
6465
```
6566
This example displays information about the Microsoft Calling Plan subscriber phone number +1 (402) 555-1234. You can see that it is assigned to a user.
6667

@@ -86,7 +87,8 @@ NetworkSiteId :
8687
PortInOrderStatus :
8788
PstnAssignmentStatus : UserAssigned
8889
PstnPartnerId :
89-
PstnPartnerName :
90+
PstnPartnerName :
91+
NumberSource : OnPremises
9092
```
9193
This example displays information about the Direct Routing phone number +1 (206) 555-1000;ext=524. You can see that it is assigned to a user.
9294

@@ -453,6 +455,10 @@ Boolean stating if updating of the location assigned to the phone number is allo
453455
### NetworkSiteId
454456
This parameter is reserved for internal Microsoft use.
455457
458+
### NumberSource
459+
The source of the phone number. Online for phone numbers assigned in Microsoft 365 and OnPremises for phone numbers assigned in AD on-premises and synchronized into Microsoft 365.
460+
461+
456462
### NumberType
457463
The type of the phone number.
458464
@@ -477,7 +483,7 @@ The phone number. The number is always displayed with prefixed "+", even if it w
477483
The object returned is of type SkypeTelephoneNumberMgmtCmdletAcquiredTelephoneNumber.
478484
479485
## NOTES
480-
The cmdlet is available in Teams PowerShell module 4.0.0 or later. The parameter AssignmentCategory was introduced in Teams PowerShell module 5.3.1-preview. The parameter NetworkSiteId was introduced in Teams PowerShell module 5.5.0.
486+
The cmdlet is available in Teams PowerShell module 4.0.0 or later. The parameter AssignmentCategory was introduced in Teams PowerShell module 5.3.1-preview. The parameter NetworkSiteId was introduced in Teams PowerShell module 5.5.0. The output parameter NumberSource was introduced in Teams PowerShell module 5.7.0.
481487
482488
The cmdlet is only available in commercial and GCC cloud instances.
483489

0 commit comments

Comments
 (0)