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 parameter is reserved for internal Microsoft use.
245
+
246
+
```yaml
247
+
Type: System.String
248
+
Parameter Sets: (All)
249
+
Aliases:
250
+
Applicable: Microsoft Teams
251
+
252
+
Required: False
253
+
Default value: None
254
+
Accept pipeline input: False
255
+
Accept wildcard characters: False
256
+
```
257
+
239
258
### -NumberType
240
259
Filters the returned results based on the number type. Supported values are DirectRouting, CallingPlan, and OperatorConnect.
241
260
@@ -414,9 +433,15 @@ The ID of the Location assigned to the phone number.
414
433
### LocationUpdateSupported
415
434
Boolean stating if updating of the location assigned to the phone number is allowed.
416
435
436
+
### NetworkSiteId
437
+
This parameter is reserved for internal Microsoft use.
438
+
417
439
### NumberType
418
440
The type of the phone number.
419
441
442
+
### OperatorId
443
+
The ID of the operator.
444
+
420
445
### PortInOrderStatus
421
446
The status of any port in order covering the phone number.
422
447
@@ -435,7 +460,7 @@ The phone number. The number is always displayed with prefixed "+", even if it w
435
460
The object returned is of type SkypeTelephoneNumberMgmtCmdletAcquiredTelephoneNumber.
436
461
437
462
## 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.
463
+
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.
439
464
440
465
The cmdlet is only available in commercial and GCC cloud instances.
This parameter is reserved for internal Microsoft use.
182
+
183
+
```yaml
184
+
Type: System.String
185
+
Parameter Sets: (Assignment)
186
+
Aliases:
187
+
Applicable: Microsoft Teams
188
+
189
+
Required: False
190
+
Default value: None
191
+
Accept pipeline input: False
192
+
Accept wildcard characters: False
193
+
```
194
+
175
195
### -PhoneNumber
176
196
The phone number to assign to the user or resource account. Supports E.164 format like +12065551234 and non-E.164 format like 12065551234. The phone number can not have "tel:" prefixed.
177
197
@@ -216,7 +236,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
216
236
### System.Object
217
237
218
238
## NOTES
219
-
The cmdlet is available in Teams PowerShell module 3.0.0 or later. The parameter set LocationUpdate was introduced in Teams PowerShell module 5.3.1-preview.
239
+
The cmdlet is available in Teams PowerShell module 3.0.0 or later. The parameter set LocationUpdate was introduced in Teams PowerShell module 5.3.1-preview. The parameter NetworkSiteId was introduced in Teams PowerShell module 5.5.0. The parameter set NetworkSiteUpdate was introduced in Teams PowerShell module 5.5.1-preview.
220
240
221
241
The cmdlet is only available in commercial and GCC cloud instances.
0 commit comments