Skip to content

Commit 132abb2

Browse files
authored
Merge branch 'master' into patch-109
2 parents 6656bfe + 76a2964 commit 132abb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skype/skype-ps/skype/Remove-CsOnlinePSTNGateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This example removes SBC with Identity (and FQDN) sbc.contoso.com.
3434

3535
### Example 2
3636
```powershell
37-
PS C:\> Removes-CsOnlinePSTNGateway | ?{$_.Identity -like "*.contoso.com"}
37+
PS C:\> Remove-CsOnlinePSTNGateway | ?{$_.Identity -like "*.contoso.com"}
3838
```
3939

4040
This example removes the SBCs with identities (and FQDNs) matching the pattern *.contoso.com. For example: sbc1.contoso.com, sbc2.contoso.com etc.

0 commit comments

Comments
 (0)