Last active
April 13, 2019 12:11
-
-
Save mark05e/f82736c19ee124f1ce5dc176a3bf2520 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: 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