powershell windows server
Website

Export Windows Event logs with PowerShell

1. Create a text file 2. Paste the following command in: Get-Eventlog -LogName application -EntryType Error,Warning | Export-csv application_logs.csv | Get-Eventlog -LogName System -EntryType Error,Warning | Export-Clixml system_logs.csv 3. Save…

Share on Social Media
Follow us on Social Media