Get-NectarUnallocatedNumber
- 15 May 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-NectarUnallocatedNumber
- 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
Returns the next available number in a given location/range.
Syntax
Get-NectarUnallocatedNumber
-LocationName <String>
-RangeName <String>
-TenantName <String>
Examples
Example 1
Get-NectarUnallocatedNumber -RangeName Jericho
Returns the next available number in the Jericho range.
Parameters
-LocationName <String>
The service location to return a number for
Parameter | Value |
---|---|
Required | false |
Position | 1 |
Required | false |
Default Value | None |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-RangeName <String>
The range to return a number for
Parameter | Value |
---|---|
Required | false |
Position | 2 |
Required | false |
Default Value | None |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-TenantName <String>
The name of the Nectar DXP tenant. Used in multi-tenant configurations.
Parameter | Value |
---|---|
Required | false |
Position | 3 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
Was this article helpful?