Convert-NectarNumToTelURI
- 06 May 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Convert-NectarNumToTelURI
- Updated on 06 May 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Converts a Nectar formatted number "+12223334444 x200" into a valid TEL uri "+12223334444;ext=200"
Syntax
Convert-NectarNumToTelURI
-PhoneNumber <String>
Examples
Example 1
Convert-NectarNumToTelsURI "+12224243344 x3344"
Converts the above number to a TEL URI
Example 2
Get-NectarUnallocatedNumber -LocationName Jericho | Convert-NectarNumToTelURI
Returns the next available phone number in the Jericho location in Tel URI format
Parameters
-PhoneNumber <String>
The phone number to convert to a TEL URI
Parameter | Value |
---|---|
Required | true |
Position | 1 |
Required | true |
Default Value | None |
Accept pipeline input? | true (ByValue, ByPropertyName) |
Accept wildcard characters? | false |
Was this article helpful?