Get-CsOnlinePstnUsage
Returns information about online public switched telephone network (PSTN) usage records used in your tenant.
Syntax
Get-CsOnlinePstnUsage
[[-Identity] <string>]
[<CommonParameters>]
Get-CsOnlinePstnUsage
[-Filter <string>]
[<CommonParameters>]
Description
Online PSTN usages are string values that are used for call authorization. An online PSTN usage links an online voice policy to a route. The Get-CsOnlinePstnUsage
cmdlet retrieves the list of all online PSTN usages available within a tenant.
This cmdlet is used when configuring Microsoft Phone System Direct Routing.
Examples
-------------------------- Example 1 --------------------------
PS C:\> Get-CSOnlinePSTNUsage
This command returns the list of global PSTN usages available within the tenant.
Parameters
-Filter
The Filter parameter allows you to retrieve only those PSTN usages with an Identity matching a particular wildcard string. However, the only Identity available to PSTN usages is Global, so this parameter is not useful for this cmdlet.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Identity
The level at which these settings are applied. The only identity that can be applied to PSTN usages is Global.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object