|
2 | 2 | external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
|
3 | 3 | online version:
|
4 | 4 | applicable: Skype for Business Online
|
5 |
| -title: Remove-CSOnlinePSTNGateway |
| 5 | +title: Remove-CsOnlinePSTNGateway |
6 | 6 | schema: 2.0.0
|
7 | 7 | ---
|
8 | 8 |
|
9 |
| -# Remove-CSOnlinePSTNGateway |
| 9 | +# Remove-CsOnlinePSTNGateway |
10 | 10 |
|
11 | 11 | ## SYNOPSIS
|
12 | 12 | 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.
|
13 | 13 |
|
14 | 14 | ## SYNTAX
|
15 | 15 | ```
|
16 |
| -Remove-CSOnlinePSTNGateway -Identity <SBCFQDN> |
| 16 | +Remove-CsOnlinePSTNGateway -Identity <SBCFQDN> |
17 | 17 | ```
|
18 | 18 |
|
19 | 19 | ## DESCRIPTION
|
20 |
| -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 |
| 20 | +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. |
21 | 21 |
|
22 | 22 | ## EXAMPLES
|
23 | 23 |
|
24 | 24 | ### Example 1
|
25 | 25 | ```powershell
|
26 |
| -PS C:\> Remove-CSOnlinePSTNGateway -Identity sbc.contoso.com |
| 26 | +PS C:\> Remove-CsOnlinePSTNGateway -Identity sbc.contoso.com |
27 | 27 | ```
|
28 | 28 |
|
29 |
| -This example removes SBC with Identity (and FQDN) sbc.contoso.com |
| 29 | +This example removes SBC with Identity (and FQDN) sbc.contoso.com. |
30 | 30 |
|
31 | 31 | ### Example 2
|
32 | 32 | ```powershell
|
33 | 33 | PS C:\> Removes-CsOnlinePSTNGateway | ?{$_.Identity -like "*.contoso.com"}
|
34 | 34 | ```
|
35 | 35 |
|
36 |
| -This example removes the SBC with identities (and FQDNs) matching the pattern *.contoso.com. For example: sbc1.contoso.com, sbc2.contoso.com etc |
| 36 | +This example removes the SBCs with identities (and FQDNs) matching the pattern *.contoso.com. For example: sbc1.contoso.com, sbc2.contoso.com etc. |
37 | 37 |
|
38 | 38 | ## PARAMETERS
|
39 | 39 |
|
@@ -69,8 +69,8 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
|
69 | 69 |
|
70 | 70 | ## RELATED LINKS
|
71 | 71 |
|
72 |
| -[Set-CSOnlinePSTNGateway](Set-CSOnlinePSTNGateway.md) |
| 72 | +[Set-CsOnlinePSTNGateway](Set-CsOnlinePSTNGateway.md) |
73 | 73 |
|
74 |
| -[New-CSOnlinePSTNGateway](New-CSOnlinePSTNGateway.md) |
| 74 | +[New-CsOnlinePSTNGateway](New-CsOnlinePSTNGateway.md) |
75 | 75 |
|
76 |
| -[Get-CSOnlinePSTNGateway](Get-CSOnlinePSTNGateway.md) |
| 76 | +[Get-CsOnlinePSTNGateway](Get-CsOnlinePSTNGateway.md) |
0 commit comments