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
Copy file name to clipboardExpand all lines: teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ This cmdlet displays information about one or more phone numbers. You can filter
53
53
54
54
If you are using both -Skip X and -Top Y for filtering, the returned results will first be skipped by X, and then the top Y results will be returned.
55
55
56
-
By default, this cmdlet returns a maximum of 500 results. A maximum of 1000 results can be returned using -Top filter. If you need to get more than 1000 results, a combination of -Skip and -Top filtering can be used to list incremental returns of 1000 numbers. If a full list of telephone numbers acquired by the tenant is required, you can use [Export-CsAcquiredPhoneNumber](./export-csacquiredphonenumber.md) cmdlet to download a list of all acquired telephone numbers.
56
+
By default, this cmdlet returns a maximum of 500 results. A maximum of 1000 results can be returned using -Top filter. If you need to get more than 1000 results, a combination of -Skip and -Top filtering can be used to list incremental returns of 1000 numbers. If a full list of telephone numbers acquired by the tenant is required, you can use [Export-CsAcquiredPhoneNumber](./export-csacquiredphonenumber.md) cmdlet to download a list of all acquired telephone numbers.
57
+
57
58
58
59
## EXAMPLES
59
60
@@ -149,7 +150,8 @@ This example returns information about all phone numbers that contain the digits
149
150
```powershell
150
151
Get-CsPhoneNumberAssignment -Skip 1000 -Top 1000
151
152
```
152
-
This example returns all phone numbers sequenced between 1001 to 2000 in the record of phone numbers.
153
+
This example returns all phone numbers sequenced between 1001 to 2000 in the record of phone numbers.
This parameter is reserved for internal Microsoft use.
406
+
ID of a network site. A network site represents a ___location where your organization has a physical venue, such as offices, a set of buildings, or a campus.
405
407
406
408
```yaml
407
409
Type: System.String
@@ -570,7 +572,7 @@ The activation state of the telephone number.
570
572
The ID of the object the phone number is assigned to, either the ObjectId of a user or resource account or the policy instance ID of a Teams shared calling routing policy instance.
571
573
572
574
### AssignmentCategory
573
-
This parameter is reserved for internal Microsoft use.
575
+
Contains the assignment category such as Primary or Private.
574
576
575
577
### Capability
576
578
The list of capabilities assigned to the phone number.
This parameter is reserved for internal Microsoft use.
231
+
ID of a network site. A network site represents a ___location where your organization has a physical venue, such as offices, a set of buildings, or a campus.
0 commit comments