Account Lockout Script

G

Guest

HI Richard,

I used your lockout script and found your web site which has lots of
excellent scripts. You don't by chance have a script that will query all the
DCs for lockout events in the last X number of hours and output to an html
file with the details of the DC the lockout occured on, the lockout source
and date and time stamp?

Regards,

Joe Wilson
 
M

Mark Renoden [MSFT]

Hi Joe

You can use eventcombmt.exe to scan the event logs for specific events:

http://www.microsoft.com/downloads/...69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en

Kind regards
--
Mark Renoden [MSFT]
Windows Platform Support Team
Email: (e-mail address removed)

Please note you'll need to strip ".online" from my email address to email
me; I'll post a response back to the group.

This posting is provided "AS IS" with no warranties, and confers no rights.
 
G

Guest

I have used that and it is an excellent tool. What I was hoping for was a
script that queried all domain controllers for a lockout event over the last
X number of hours and dumped it all to a web page.

I've been able to accomplish this with psloglist.exe and text2web.exe in a
batch file but it isn't very pretty or efficient but it does work. A
VBScript would be much nicer and likely more efficient. I did check the
Microsoft Script Depot and found different scripts that, if pieced together,
would do the job but I don't know enough about VBScript to do that. I'll
keep looking and will try to learn VBSCript to get the job done.

Joe

Mark Renoden said:
Hi Joe

You can use eventcombmt.exe to scan the event logs for specific events:

http://www.microsoft.com/downloads/...69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en

Kind regards
--
Mark Renoden [MSFT]
Windows Platform Support Team
Email: (e-mail address removed)

Please note you'll need to strip ".online" from my email address to email
me; I'll post a response back to the group.

This posting is provided "AS IS" with no warranties, and confers no rights.

Joe Wilson said:
HI Richard,

I used your lockout script and found your web site which has lots of
excellent scripts. You don't by chance have a script that will query all
the
DCs for lockout events in the last X number of hours and output to an html
file with the details of the DC the lockout occured on, the lockout source
and date and time stamp?

Regards,

Joe Wilson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top