external help file | Module Name | online version | schema |
---|---|---|---|
DuoSecurity-help.xml |
DuoSecurity |
2.0.0 |
This script reads Duo Auth Proxy log files
Get-DuoAuthProxyLogs [-ListLogs] [<CommonParameters>]
Get-DuoAuthProxyLogs [-LogName <String>] [-Search <String>] [<CommonParameters>]
Reads in log files from the designated log path and parses the entries from the standard log file format or json in the case of ssoevents
Get-DuoAuthProxyLogs -LogName ssoevents -Search test
List available log files
Type: SwitchParameter
Parameter Sets: List
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Name of log to get
Type: String
Parameter Sets: Logs
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Search object for string
Type: String
Parameter Sets: Logs
Aliases:
Required: False
Position: Named
Default value: None
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.