Skip to content

Commit 41b1dc4

Browse files
authored
Removed the hyphen lines from the "Example" headings
1 parent 9476ea1 commit 41b1dc4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

skype/skype-ps/skype/New-CsDiagnosticsFilter.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ After creating one of these virtual filters, you will then need to use either th
5454
## EXAMPLES
5555

5656

57-
### -------------------------- EXAMPLE 1 --------------------------
57+
### EXAMPLE 1
5858
```
5959
$x = New-CsDiagnosticsFilter -Fqdn "fabrikam.com" -Enabled $False
6060
@@ -72,7 +72,7 @@ In this case, any existing values in the Filter property will be replaced by the
7272

7373

7474

75-
### -------------------------- EXAMPLE 2 --------------------------
75+
### EXAMPLE 2
7676
```
7777
$x = New-CsDiagnosticsFilter -Fqdn "fabrikam.com","contoso.com" -Enabled $False
7878
@@ -288,5 +288,3 @@ The New-CsDiagnosticsFilter cmdlet creates new instances of the Microsoft.Rtc.Ma
288288
[New-CsDiagnosticConfiguration](New-CsDiagnosticConfiguration.md)
289289

290290
[Set-CsDiagnosticConfiguration](Set-CsDiagnosticConfiguration.md)
291-
292-

0 commit comments

Comments
 (0)