external help file | Module Name | online version | schema |
---|---|---|---|
DuoSecurity-help.xml |
DuoSecurity |
2.0.0 |
Telephony Logs
Get-DuoTelephonyLog [<CommonParameters>]
Get-DuoTelephonyLog [-MinTime <String>] [<CommonParameters>]
Get-DuoTelephonyLog [-StartDate <String>] [<CommonParameters>]
Get-DuoTelephonyLog [-Days <Int32>] [<CommonParameters>]
Get-DuoTelephonyLog [-Hours <Int32>] [<CommonParameters>]
Returns a list of telephony log events. Only the 1000 earliest events will be returned; you may need to call this multiple times with mintime to page through the entire log. Requires "Grant read log" API permission.
Get-DuoTelephonyLog
Limit report to events after this Unix timestamp.
Type: String
Parameter Sets: UnixTime
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill StartDate Description }}
Type: String
Parameter Sets: DateTime
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Days Description }}
Type: Int32
Parameter Sets: Days
Aliases:
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Hours Description }}
Type: Int32
Parameter Sets: Hours
Aliases:
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
We recommend requesting logs no more than once per minute.