Options

Can anyone run this script for verification?

Bl8ckr0uterBl8ckr0uter Inactive Imported Users Posts: 5,031 ■■■■■■■■□□
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

Comments

Sign In or Register to comment.