Skip to content

Commit 66a347a

Browse files
authored
Update Get-CsPhoneNumberAssignment.md
1 parent 2619cd3 commit 66a347a

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

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

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This cmdlet displays information about one or more phone numbers.
2121
```powershell
2222
Get-CsPhoneNumberAssignment [-ActivationState <string>] [-AssignedPstnTargetId <string>] [-AssignmentCategory <string>]
2323
[-CapabilitiesContain <string>] [-CivicAddressId <string>] [-IsoCountryCode <string>]
24-
[-LocationId <string>] [-NumberType <string>] [-PstnAssignmentStatus <string>] [-Skip <int>] [-TelephoneNumber <string>]
24+
[-LocationId <string>] [-NetworkSiteId <string>] [-NumberType <string>] [-PstnAssignmentStatus <string>] [-Skip <int>] [-TelephoneNumber <string>]
2525
[-TelephoneNumberContain <string>] [-TelephoneNumberGreaterThan <string>] [-TelephoneNumberLessThan <string>]
2626
[-TelephoneNumberStartsWith <string>] [-Top <int>] [<CommonParameters>]
2727
```
@@ -52,6 +52,7 @@ IsoCountryCode : US
5252
IsoSubdivision : Nebraska
5353
LocationId : 407c17ae-8c41-431e-894a-38787c682f68
5454
LocationUpdateSupported : True
55+
NetworkSiteId :
5556
PortInOrderStatus :
5657
PstnAssignmentStatus : UserAssigned
5758
PstnPartnerId : 7fc2f2eb-89aa-41d7-93de-73d015d22ff0
@@ -76,6 +77,7 @@ IsoCountryCode :
7677
IsoSubdivision :
7778
LocationId : 00000000-0000-0000-0000-000000000000
7879
LocationUpdateSupported : True
80+
NetworkSiteId :
7981
PortInOrderStatus :
8082
PstnAssignmentStatus : UserAssigned
8183
PstnPartnerId :
@@ -236,6 +238,21 @@ Accept pipeline input: False
236238
Accept wildcard characters: False
237239
```
238240
241+
### -NetworkSiteId
242+
This parameter is reserved for internal Microsoft use.
243+
244+
```yaml
245+
Type: System.String
246+
Parameter Sets: (All)
247+
Aliases:
248+
Applicable: Microsoft Teams
249+
250+
Required: False
251+
Default value: None
252+
Accept pipeline input: False
253+
Accept wildcard characters: False
254+
```
255+
239256
### -NumberType
240257
Filters the returned results based on the number type. Supported values are DirectRouting, CallingPlan, and OperatorConnect.
241258
@@ -414,6 +431,9 @@ The ID of the Location assigned to the phone number.
414431
### LocationUpdateSupported
415432
Boolean stating if updating of the location assigned to the phone number is allowed.
416433
434+
### NetworkSiteId
435+
This parameter is reserved for internal Microsoft use.
436+
417437
### NumberType
418438
The type of the phone number.
419439
@@ -435,7 +455,7 @@ The phone number. The number is always displayed with prefixed "+", even if it w
435455
The object returned is of type SkypeTelephoneNumberMgmtCmdletAcquiredTelephoneNumber.
436456
437457
## NOTES
438-
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.
458+
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.
439459
440460
The cmdlet is only available in commercial and GCC cloud instances.
441461

0 commit comments

Comments
 (0)