Remove-CsOnlinePSTNGateway
Removes the configuration of the previously defined Session Border Controller(s) (SBC(s)) that describes the settings for the peer entity. This cmdlet was introduced with Microsoft Phone System Direct Routing.
Syntax
Remove-CsOnlinePSTNGateway
[-Identity] <string>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Use this cmdlet to remove the configuration of the previously created Session Border Controller(s) (SBC(s)) configuration. Note the SBC must be removed from all voice routes before executing this cmdlet.
Examples
Example 1
PS C:\> Remove-CsOnlinePSTNGateway -Identity sbc.contoso.com
This example removes SBC with Identity (and FQDN) sbc.contoso.com.
Parameters
-Identity
The parameter is mandatory for the cmdlet. The Identity is the same as the SBC FQDN.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
Outputs
System.Object