external help file | Module Name | online version | schema |
---|---|---|---|
DuoSecurity-help.xml |
DuoSecurity |
2.0.0 |
Offline Enrollment Logs
Get-DuoOfflineEnrollmentLog [<CommonParameters>]
Get-DuoOfflineEnrollmentLog [-MinTime <String>] [<CommonParameters>]
Get-DuoOfflineEnrollmentLog [-StartDate <String>] [<CommonParameters>]
Get-DuoOfflineEnrollmentLog [-Days <Int32>] [<CommonParameters>]
Get-DuoOfflineEnrollmentLog [-Hours <Int32>] [<CommonParameters>]
Returns a list of Duo Authentication for Windows Logon offline enrollment events ranging from the last 180 days up to as recently as two minutes before the API request. There is an intentional two minute delay in availability of new authentications in the API response. Duo operates a large scale distributed system, and this two minute buffer period ensures that calls will return consistent results. Querying for results more recent than two minutes will return as empty. Requires "Grant read log" API permission.
The 1000 earliest events will be returned; you may need to call this multiple times with mintime to page through the entire log. Note that more or fewer than 1000 events may be returned depending on how many actual events exist for the specified mintime.
Get-DuoOfflineEnrollmentLog
Only return records that have a Unix timestamp in seconds of mintime or later. Use mintime+1 to avoid receiving duplicate data.
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.