Skip to content

Commit a37f044

Browse files
authored
Adding missing parameters
1 parent a4d23b3 commit a37f044

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

Lines changed: 32 additions & 0 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

@@ -235,6 +236,37 @@ 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.
256+
Information about typing notifications SIP messages will not be recorded in the log files.
257+
258+
```yaml
259+
Type: Boolean
260+
Parameter Sets: (All)
261+
Aliases:
262+
263+
Required: False
264+
Position: Named
265+
Default value: None
266+
Accept pipeline input: False
267+
Accept wildcard characters: False
268+
```
269+
238270
### CommonParameters
239271
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).`
240272

0 commit comments

Comments
 (0)