Here’s a quick tip in case you need to export the event logs (e.g. System/Application etc) from the windows command line.
You just need to run the command:
wevtutil epl System %temp%\%Computername%_System_log.evtx
(replace System with Application if you need the Application events)