Skip to content

Commit c04b934

Browse files
authored
Merge pull request MicrosoftDocs#2302 from greiginsydney/patch-20
Changed "-CS" references to "-Cs"
2 parents 417453b + e4623c0 commit c04b934

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

skype/skype-ps/skype/Remove-CSOnlinePSTNGateway.md renamed to skype/skype-ps/skype/Remove-CsOnlinePSTNGateway.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,38 @@
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version:
44
applicable: Skype for Business Online
5-
title: Remove-CSOnlinePSTNGateway
5+
title: Remove-CsOnlinePSTNGateway
66
schema: 2.0.0
77
---
88

9-
# Remove-CSOnlinePSTNGateway
9+
# Remove-CsOnlinePSTNGateway
1010

1111
## SYNOPSIS
1212
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.
1313

1414
## SYNTAX
1515
```
16-
Remove-CSOnlinePSTNGateway -Identity <SBCFQDN>
16+
Remove-CsOnlinePSTNGateway -Identity <SBCFQDN>
1717
```
1818

1919
## 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.
2121

2222
## EXAMPLES
2323

2424
### Example 1
2525
```powershell
26-
PS C:\> Remove-CSOnlinePSTNGateway -Identity sbc.contoso.com
26+
PS C:\> Remove-CsOnlinePSTNGateway -Identity sbc.contoso.com
2727
```
2828

29-
This example removes SBC with Identity (and FQDN) sbc.contoso.com
29+
This example removes SBC with Identity (and FQDN) sbc.contoso.com.
3030

3131
### Example 2
3232
```powershell
3333
PS C:\> Removes-CsOnlinePSTNGateway | ?{$_.Identity -like "*.contoso.com"}
3434
```
3535

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.
3737

3838
## PARAMETERS
3939

@@ -69,8 +69,8 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
6969
7070
## RELATED LINKS
7171
72-
[Set-CSOnlinePSTNGateway](Set-CSOnlinePSTNGateway.md)
72+
[Set-CsOnlinePSTNGateway](Set-CsOnlinePSTNGateway.md)
7373
74-
[New-CSOnlinePSTNGateway](New-CSOnlinePSTNGateway.md)
74+
[New-CsOnlinePSTNGateway](New-CsOnlinePSTNGateway.md)
7575
76-
[Get-CSOnlinePSTNGateway](Get-CSOnlinePSTNGateway.md)
76+
[Get-CsOnlinePSTNGateway](Get-CsOnlinePSTNGateway.md)

0 commit comments

Comments
 (0)