This is a log parser script. It was out of an example that should be able to pull a user information from security logs:
C:\>LogParser "SELECT TimeGenerated, SourceName,
EventCategoryName, Message INTO report.txt FROM Security WHERE
EventID = 528 AND SID LIKE '%TESTUSER%'" -resolveSIDs:ON
Its from here and I am having a problem with -resolveSIDS problem
ScriptCenter Tools: Log Parser 2.2 Examples
EDIT: Figured it out. Nevermind