In this guide you will learn how to extract the Windows Application, System and Security Event logs through command.
You can extract Windows Application, System and Security Event logs through command prompt (You need to run the command prompt as an administrator).
wevtutil epl System %userprofile%\Desktop\SystemLog.evtx
wevtutil epl Application %userprofile%\Desktop\ApplicationLog.evtx
wevtutil epl Security %userprofile%\Desktop\SecurityLog.evtx
These commands will extract the above-mentioned logs to the desktop.