- 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Set-NectarNumberLocation
- Updated on 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Update a Nectar DXP service location used in the DID Management tool.
Syntax
Set-NectarNumberLocation
-LocationName <String>
-NewLocationName <String>
-ServiceID <Object>
-ServiceProvider <Object>
-NetworkLocation <Object>
-Notes <Object>
-TenantName <String>
-Identity <String>
Examples
Example 1
Set-NectarNumberLocation -LocationName Dallas -ServiceID 44FE98 -ServiceProvider Verizon -Notes "Head office"
Returns the first 10 locations
Parameters
-LocationName <String>
The name of the service location to get information on. Can be a partial match. To return an exact match and to avoid ambiguity, enclose location name with ^ at the beginning and $ at the end.
Parameter | Value |
---|---|
Required | true |
Position | 1 |
Required | true |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-NewLocationName <String>
Replace the existing service location name with this one.
Parameter | Value |
---|---|
Required | false |
Position | 2 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-ServiceID <Object>
The service ID associated with the telephony provider for this service location
Parameter | Value |
---|---|
Required | false |
Position | 3 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-ServiceProvider <Object>
The name of the service provider that provides telephony service to this service location
Parameter | Value |
---|---|
Required | false |
Position | 4 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-NetworkLocation <Object>
The phyiscal location for this service location
Parameter | Value |
---|---|
Required | false |
Position | 5 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-Notes <Object>
Can be used for any additional information
Parameter | Value |
---|---|
Required | false |
Position | 6 |
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 | 7 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
-Identity <String>
Parameter | Value |
---|---|
Required | false |
Position | 8 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |