psloglist.
it is part of pstools. very powerful.
Main Topics
Browse All TopicsDoes anybody know of a good and prefereably free software that could extract failed login attempts in a security event log on a Windows 2003 server to a CSV file?
Basically what the deal is we have a in-house built software that does that now, basically every Monday it simply somehow grabs the failed login attempts on the domain from 2 domain controllers and emails them to me. For whatever reason this week it suddenly isn't working on 1 DC, I see failed attempts in the DC but the program isn't pulling them out. This software was built in house long ago so no current programmer knows what it's doing so I need to find something new to replace this. I simply would like it to do what the in-house software is doing and that is extracting the failed logins from 2 DCs into 2 separate CSV files. Is there anything out there like this?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
leakim971 that looks like it will take some research on my part as I'm not a scripting guru. Simple batch files yes, but vbscripts and the like, I'm clueless there.
Astralcomputing, I'm trying to use your idea as we actually already use pstools for several other things, didn't realize that had a tool for this. I am very close to getting it with this tool, I can use this string to grab all of the success audit and success failure login attempts for the past 7 days and put it into a CSV file:
psloglist \\DCNAME -i 680 -s -d 7 -o security security > security_audit.csv
However I can't figure how out to make it grab ONLY the AUDIT FAILURE ones. There is an argument listed in the /help that says:
-f Filter event types, using starting letter
(e.g. "-f we" to filter warnings and errors).
But I'm not exactly sure what they mean by starting letter. I tried -f af for Audit Failure and that didn't work. I tried other things such as -f f for Failure and that didn't work either. Any ideas there? So close if I can just figure out that part I'm golden.
Business Accounts
Answer for Membership
by: leakim971Posted on 2009-10-19 at 07:43:11ID: 25605553
Hello darkonex,
e.com/OS/ M icrosoft_O perating_S ystems/Ser ver/Window s_Server_2 008/ Q_2389 3738.html
You can easily create a script with powershell for that purpose, have a look here : http://www.experts-exchang
Regards.