New-NectarNumberLocation
- 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
New-NectarNumberLocation
- Updated on 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Create a new Nectar Service Location for DID Management used in the DID Management tool.
Syntax
New-NectarNumberLocation
-LocationName <String>
-ServiceID <String>
-ServiceProvider <String>
-NetworkLocation <String>
-Notes <String>
-TenantName <String>
Examples
Example 1
New-NectarNumberLocation -LocationName Dallas -ServiceID 348FE22 -ServiceProvider Verizon -NetworkLocation Dallas -Notes "This is headquarters"
Parameters
-LocationName <String>
The name of the new service location. Must be unique.
Parameter | Value |
---|---|
Required | false |
Position | 1 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-ServiceID <String>
The service ID for telephony services at the newservice location. Can be used as desired. Not required.
Parameter | Value |
---|---|
Required | false |
Position | 2 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-ServiceProvider <String>
The service provider for telephony services at the newservice location. Can be used as desired. Not required.
Parameter | Value |
---|---|
Required | false |
Position | 3 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-NetworkLocation <String>
Parameter | Value |
---|---|
Required | false |
Position | 4 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-Notes <String>
Any relevent notes about the service location. Can be used as desired. Not required.
Parameter | Value |
---|---|
Required | false |
Position | 5 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-TenantName <String>
The name of the Nectar DXP tenant. Used in multi-tenant configurations.
Parameter | Value |
---|---|
Required | false |
Position | 6 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
Was this article helpful?