Jonny_sims Posted September 4, 2007 Posted September 4, 2007 we have a number a users setup for adult education all with the same password so that all the adult ed teachers can log there students onto any account. however no one can remember the password as the person who looked after adult ed in the the school has left since last year. my question is, is there any way to reset the password on all of these accounts in one go? any and all help appreciated.
FN-GM Posted September 4, 2007 Posted September 4, 2007 Yes in AD select the accounts you want to reset with a lasso box or hold in Ctrl and click the username. Once you have selected your users Right Click > Reset Password.
Jonny_sims Posted September 4, 2007 Author Posted September 4, 2007 thanks for you suggestion, but there is no "reset password" option when more then one account is selected. this was my first thought.
FN-GM Posted September 4, 2007 Posted September 4, 2007 Your right sorry mate I thought there was one there, I wonder if it has been put in Windows 2k8 I will check later.
ShorehamGeek Posted September 4, 2007 Posted September 4, 2007 I've just been looking at this. If you have a Win2003 Domain controller, try typing the command dsquery in a command prompt. If it works - it should list the first 100 users in AD. If so, try: dsquery user -name *somename* This will return all the users that have somename in their username (substitute as required) Or try: dsquery user -des *somedescription* This will return all the users that have somedescription in their AD description If you can get either of these to work you can then pipe the results to dsmod: dsquery user -des *somedescription* | dsmod user -pwd Somepassword This will change all the accounts having somedescription to have the password Somepassword. Hope this helps. PS - if the dsquery command doesn't work, none of this will work.
plexer Posted September 4, 2007 Posted September 4, 2007 How about: http://www.dcs.shef.ac.uk/~mikem/activeman/index.html Ben 1
Jonny_sims Posted September 4, 2007 Author Posted September 4, 2007 thanks @ShorehamGeek that worked perfectly
ShorehamGeek Posted September 4, 2007 Posted September 4, 2007 Glad to hear it. I've just discovered these tools - what perfect timing!
SpuffMonkey Posted September 4, 2007 Posted September 4, 2007 You could always do it the quick and dirty way - grab the usernames into an XL spreadsheet, then add "net user" before the usernames and the new password after, so you end up with net user net user etc - export as text, change the .txt to a .bat and run it on the DC - jobs a good un. To run it on a workstation - think you have to add a "/" at the end.
TheScarfedOne Posted September 26, 2011 Posted September 26, 2011 Wisesoft has a load of free tools too...
ihaveaproblem Posted September 26, 2011 Posted September 26, 2011 Vote for wisesoft tools WiseSoft - Resources for IT Professionals Can do bulk password reset and much more! Work well and easy to use and saves you messing around with command lines:)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now