Skip to content

Commit 76a2964

Browse files
authored
Merge pull request MicrosoftDocs#4343 from get-itips/patch-108
Fix typo in Example 2
2 parents 83fedd4 + a33c7e1 commit 76a2964

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)