< Back
Find-DDEvents
Post
NAME Find-DDEvents
SYNOPSIS
Query the event stream.
SYNTAX
Find-DDEvents [-StartDate] <DateTime> [-EndDate] <DateTime> [[-Priority] <String[]>] [[-Sources] <String[]>]
[[-Tags] <String[]>] [<CommonParameters>]
Find-DDEvents [-StartTimestamp] <Double> [-EndTimestamp] <Double> [[-Priority] <String[]>] [[-Sources] <String[]>]
[[-Tags] <String[]>] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-StartDate <DateTime>
Date object, not compatible with StartTimestamp
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-EndDate <DateTime>
Date object, defaults to current time, not compatible with EndTimestamp
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-StartTimestamp <Double>
Unix timestamp, not compatible with StartDate
Required? true
Position? 1
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-EndTimestamp <Double>
Unix timestamp, defaults to current time, not compatible with EndDate
Required? true
Position? 2
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-Priority <String[]>
Search for 'low' or 'normal' priority events. Default is none.
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Sources <String[]>
A string or array of strings indicating what source, if any, should be used to filter events.
Required? false
Position? 4
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Tags <String[]>
A string or array of strings indicating what tags, if any, should be used to filter events.
Required? false
Position? 5
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS
SYNOPSIS
Query the event stream.
SYNTAX
Find-DDEvents [-StartDate] <DateTime> [-EndDate] <DateTime> [[-Priority] <String[]>] [[-Sources] <String[]>]
[[-Tags] <String[]>] [<CommonParameters>]
Find-DDEvents [-StartTimestamp] <Double> [-EndTimestamp] <Double> [[-Priority] <String[]>] [[-Sources] <String[]>]
[[-Tags] <String[]>] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-StartDate <DateTime>
Date object, not compatible with StartTimestamp
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-EndDate <DateTime>
Date object, defaults to current time, not compatible with EndTimestamp
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-StartTimestamp <Double>
Unix timestamp, not compatible with StartDate
Required? true
Position? 1
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-EndTimestamp <Double>
Unix timestamp, defaults to current time, not compatible with EndDate
Required? true
Position? 2
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-Priority <String[]>
Search for 'low' or 'normal' priority events. Default is none.
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Sources <String[]>
A string or array of strings indicating what source, if any, should be used to filter events.
Required? false
Position? 4
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Tags <String[]>
A string or array of strings indicating what tags, if any, should be used to filter events.
Required? false
Position? 5
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS