Using PowerShell – to get all events from the last 24 hours
Get-WinEvent -FilterHashtable @{LogName=’System‘,’Application‘; StartTime=(Get-Date).AddHours(-24)} | Export-Csv -Path „C:\Logs\UrgentLogs.csv“ -NoTypeInformation
This entry was posted on Sonntag, Mai 31st, 2026 at 10:17 and is filed under Administration, Microsoft Solution. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.