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
This example returns the number of Calling Plan subscriber phone numbers that are either assigned or not assigned to users.
132
-
133
-
### Example 9
134
-
```powershell
135
-
Get-CsPhoneNumberAssignment -Top (50::500)
136
-
```
137
-
This example returns all phone numbers in the record between sequence 50 to 500. This parameter can be used to get upto a maximum 1000 results at a time.
138
-
139
-
### Example 10
140
-
```powershell
141
129
Get-CsPhoneNumberAssignment -Skip 1000 -Top 1000
142
130
```
143
131
This example returns all phone numbers sequenced between 1001 to 2000 in the record of phone numbers.
0 commit comments