Skip to content

Commit 2bd500f

Browse files
authored
Merge pull request MicrosoftDocs#7986 from get-itips/patch-363
Adding missing parameters
2 parents 0801db5 + 41b1dc4 commit 2bd500f

File tree

1 file changed

+33
-4
lines changed

1 file changed

+33
-4
lines changed

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

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This cmdlet was introduced in Lync Server 2010.
2626
New-CsDiagnosticsFilter [-Enabled <Boolean>] [-ExcludeConferenceMessages <Boolean>]
2727
[-ExcludePresenceNotifications <Boolean>] [-ExcludeRegisterMessages <Boolean>] [-Fqdn <PSListModifier>]
2828
[-Uri <PSListModifier>] [-ExcludeSubscribeMessages <Boolean>] [-ExcludeSuccessfulRequests <Boolean>]
29+
[-ExcludeMidDialogRequests <Boolean>] [-ExcludeTypingNotifications <Boolean>]
2930
[<CommonParameters>]
3031
```
3132

@@ -53,7 +54,7 @@ After creating one of these virtual filters, you will then need to use either th
5354
## EXAMPLES
5455

5556

56-
### -------------------------- EXAMPLE 1 --------------------------
57+
### EXAMPLE 1
5758
```
5859
$x = New-CsDiagnosticsFilter -Fqdn "fabrikam.com" -Enabled $False
5960
@@ -71,7 +72,7 @@ In this case, any existing values in the Filter property will be replaced by the
7172

7273

7374

74-
### -------------------------- EXAMPLE 2 --------------------------
75+
### EXAMPLE 2
7576
```
7677
$x = New-CsDiagnosticsFilter -Fqdn "fabrikam.com","contoso.com" -Enabled $False
7778
@@ -235,6 +236,36 @@ Accept pipeline input: False
235236
Accept wildcard characters: False
236237
```
237238
239+
### -ExcludeMidDialogRequests
240+
If set to True, information about mid-dialog SIP requests will not be recorded in the log files.
241+
242+
```yaml
243+
Type: Boolean
244+
Parameter Sets: (All)
245+
Aliases:
246+
247+
Required: False
248+
Position: Named
249+
Default value: None
250+
Accept pipeline input: False
251+
Accept wildcard characters: False
252+
```
253+
254+
### -ExcludeTypingNotifications
255+
If set to True, information about typing notifications SIP messages will not be recorded in the log files.
256+
257+
```yaml
258+
Type: Boolean
259+
Parameter Sets: (All)
260+
Aliases:
261+
262+
Required: False
263+
Position: Named
264+
Default value: None
265+
Accept pipeline input: False
266+
Accept wildcard characters: False
267+
```
268+
238269
### CommonParameters
239270
This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).`
240271

@@ -257,5 +288,3 @@ The New-CsDiagnosticsFilter cmdlet creates new instances of the Microsoft.Rtc.Ma
257288
[New-CsDiagnosticConfiguration](New-CsDiagnosticConfiguration.md)
258289

259290
[Set-CsDiagnosticConfiguration](Set-CsDiagnosticConfiguration.md)
260-
261-

0 commit comments

Comments
 (0)