Skip to content

Commit ca10980

Browse files
authored
Merge pull request MicrosoftDocs#2301 from greiginsydney/patch-19
Changed "-CS" references to "-Cs"
2 parents c04b934 + 5fb6c5e commit ca10980

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

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

9-
# Get-CSOnlinePSTNGateway
9+
# Get-CsOnlinePSTNGateway
1010

1111
## SYNOPSIS
1212
Shows 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.
@@ -15,13 +15,13 @@ Shows the configuration of the previously defined Session Border Controller(s) (
1515

1616
### Identity (Default)
1717
```
18-
Get-CSOnlinePSTNGateway [-Tenant <System.Guid>] [[-Identity] <XdsGlobalRelativeIdentity>] [-LocalStore]
18+
Get-CsOnlinePSTNGateway [-Tenant <System.Guid>] [[-Identity] <XdsGlobalRelativeIdentity>] [-LocalStore]
1919
[<CommonParameters>]
2020
```
2121

2222
### Filter
2323
```
24-
Get-CSOnlinePSTNGateway [-Tenant <System.Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
24+
Get-CsOnlinePSTNGateway [-Tenant <System.Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -31,10 +31,10 @@ Use this cmdlet to show the configuration of the previously created Session Bord
3131

3232
### Example 1
3333
```powershell
34-
PS C:\> Get-CSOnlinePSTNGateway
34+
PS C:\> Get-CsOnlinePSTNGateway
3535
```
3636

37-
This example shows all SBCs paired with the tenant
37+
This example shows all SBCs paired with the tenant.
3838

3939
### Example 2
4040
```powershell
@@ -60,7 +60,7 @@ Accept wildcard characters: False
6060
```
6161
6262
### -Identity
63-
The parameter is optional for the cmdlet. If not set all SBC paired to the tenant are listed.
63+
The parameter is optional for the cmdlet. If not set all SBCs paired to the tenant are listed.
6464
6565
```yaml
6666
Type: XdsGlobalRelativeIdentity
@@ -119,8 +119,8 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
119119
120120
## RELATED LINKS
121121
122-
[Set-CSOnlinePSTNGateway](Set-CSOnlinePSTNGateway.md)
122+
[Set-CsOnlinePSTNGateway](Set-CsOnlinePSTNGateway.md)
123123
124-
[New-CSOnlinePSTNGateway](New-CSOnlinePSTNGateway.md)
124+
[New-CsOnlinePSTNGateway](New-CsOnlinePSTNGateway.md)
125125
126-
[Remove-CSOnlinePSTNGateway](Remove-CSOnlinePSTNGateway.md)
126+
[Remove-CsOnlinePSTNGateway](Remove-CsOnlinePSTNGateway.md)

0 commit comments

Comments
 (0)