Skip to content

Instantly share code, notes, and snippets.

@mark05e
Last active April 13, 2019 12:11
Show Gist options
  • Save mark05e/f82736c19ee124f1ce5dc176a3bf2520 to your computer and use it in GitHub Desktop.
Save mark05e/f82736c19ee124f1ce5dc176a3bf2520 to your computer and use it in GitHub Desktop.
:: Export Windows System and Application Logs - Evtx format
SET LOG_STORE_PATH=c:\temp\EventLogs
wevtutil export-log System %LOG_STORE_PATH%\sys.evtx
wevtutil export-log Application %LOG_STORE_PATH%\app.evtx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment