| « RFC compliant POP3 Protocol C# class | More Javascript Love - JQuery and the mystical remove » |
Active Directory - account lockout monitor
In my place of work with several hundred advisors account lockouts are a very frequent occurance, and of course the system administrators must unlock them, not a difficult or time consuming task but certanly one that could be easier.
Late last year I had written a ASP.NET page which enumerated the accounts on a domain and allowed them to be unlocked on the site, so this application simply takes it into the application domain and adds some functionality sugar to the core function.
The application sits in the system tray and checks at the specified interval, listing locked accounts in a drop down. Accounts can be unlocked at once or all together.
There is a hellishly annoying pop up option that displays a bubble alert from the system tray when locked accounts are detected on the domain. It's crude but works, I'll update it here if I update it.
Requirements:
- .NET Runtime 2.0
- Permissions on the domain to modify accounts (i.e. Domain Admin)

It's compiles to a single executable file, the Visual C# Express 2008 (including binaries) can be found at http://www.blamires.co.uk/development/AccountUnlock/AccountUnlock-0.1.zip
Note to self: should be in the pub or bed.
1 comment
If this could be fixed, and a modular option be added to disallow the unlock-all button (this 99.99% of the time a bad thing), this would be a supremely useful tool for Service Desks all over the place. I have one last feature request - the ability to add multiple domain controllers. Other than that, great little tool!
This post has 2 feedbacks awaiting moderation...