Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Create a new number block in an existing Range

ItemComment
Availability versionVersion 1.0
Initial release dateJune 27, 2017
Last updated onJune 27, 2017
Related toRanger Documentation

Syntax

New-UdmRMNumberBlock -RangeIdentity <String> -PhoneNumber <string> -Quantity <string> [-Extension <string> -ServiceID <string> -ServiceProvider <string> -note <string>] [<CommonParameters>]

Parameters

ParameterDescriptionClassAccepted optionsConstraintsUsageUniqueAvailable from version
RangeIdentityThe GUID of the range to create the number block in. The range must already exist.System.String 

32 hex characters in the format

xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxx

Required  v1.0
PhoneNumber

The starting phone number for the number block.

System.String Phone Number in the same E.164 format as used in your Skype for Business DeploymentRequired  v1.0
QuantityThe total number of phone numbers or extensions in the number blockSystem.String
Number from 1 to 999999Required
 v1.0
ExtensionThe starting extension in the number blockSystem.String

1 - 20 characters

Optional
 v1.0
ServiceIDThis is a free form field to document the service identifier for the circuit or trunk for easy referenceSystem.String
1 - 40 charactersOptional
 v1.0
ServiceProviderThis is a free form field to document the service provider name for easy referenceSystem.String
1 - 40 charactersOptional  v1.0
NoteThis a free form field for general comments on the number blockSystem.String
1 - 255 charactersOptional
 v1.0

Examples

Example 1 

In example 1, the New-UdmRMNumberBlock cmdlet creates a new number block of 1000 numbers in the Boston range

New-UdmRMNumberBlock -rangeidentity 6b1087d-83cb-4f23-8768-5e45e742f2dc -phonenumber +16175551000 -quantity 1000

Example 2

In example 2, the number block of 1000 numbers is created  in the Boston range with additional information

New-UdmRMNumberBlock -rangeidentity 6b1087d-83cb-4f23-8768-5e45e742f2dc -phonenumber +16175551000 -quantity 1000 -ServiceProvider Verizon -ServiceID "SIP 123 z4" -note "additional SIP trunk for January expansion"

See Also

 

Unable to render {include} The included page could not be found.

 

  • No labels