+ Post New Thread
Results 1 to 11 of 11
Windows Thread, bulk password reset in Technical; we have a number a users setup for adult education all with the same password so that all the adult ...
  1. #1
    Jonny_sims's Avatar
    Join Date
    Oct 2006
    Location
    darlington
    Posts
    35
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    bulk password reset

    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.

  2. #2

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    Brisbane, Australia
    Posts
    11,181
    Blog Entries
    3
    Thank Post
    537
    Thanked 924 Times in 835 Posts
    Rep Power
    196

    Re: bulk password reset

    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.

  3. #3
    Jonny_sims's Avatar
    Join Date
    Oct 2006
    Location
    darlington
    Posts
    35
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: bulk password reset

    thanks for you suggestion, but there is no "reset password" option when more then one account is selected. this was my first thought.

  4. #4

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    Brisbane, Australia
    Posts
    11,181
    Blog Entries
    3
    Thank Post
    537
    Thanked 924 Times in 835 Posts
    Rep Power
    196

    Re: bulk password reset

    Your right sorry mate I thought there was one there, I wonder if it has been put in Windows 2k8 I will check later.

  5. #5
    ShorehamGeek's Avatar
    Join Date
    Feb 2006
    Location
    Shoreham
    Posts
    68
    Thank Post
    15
    Thanked 11 Times in 10 Posts
    Rep Power
    18

    Re: bulk password reset

    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.

  6. #6

    plexer's Avatar
    Join Date
    Dec 2005
    Location
    Norfolk
    Posts
    8,923
    Thank Post
    276
    Thanked 795 Times in 715 Posts
    Rep Power
    188

    Re: bulk password reset


  7. Thanks to plexer from:

    TheScarfedOne (26th September 2011)

  8. #7
    Jonny_sims's Avatar
    Join Date
    Oct 2006
    Location
    darlington
    Posts
    35
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: bulk password reset

    thanks @ShorehamGeek that worked perfectly

  9. #8
    ShorehamGeek's Avatar
    Join Date
    Feb 2006
    Location
    Shoreham
    Posts
    68
    Thank Post
    15
    Thanked 11 Times in 10 Posts
    Rep Power
    18

    Re: bulk password reset

    Glad to hear it. I've just discovered these tools - what perfect timing!

  10. #9
    SpuffMonkey's Avatar
    Join Date
    Jul 2005
    Posts
    1,827
    Thank Post
    32
    Thanked 175 Times in 112 Posts
    Rep Power
    65

    Re: bulk password reset

    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 <username1> <new_password>
    net user <username2> <new_password> 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 "/<domainname>" at the end.

  11. #10
    TheScarfedOne's Avatar
    Join Date
    Apr 2007
    Location
    Plymouth, Devon
    Posts
    533
    Blog Entries
    57
    Thank Post
    161
    Thanked 57 Times in 50 Posts
    Rep Power
    42
    Wisesoft has a load of free tools too...

  12. #11

    Join Date
    Jun 2010
    Location
    England
    Posts
    502
    Thank Post
    60
    Thanked 25 Times in 23 Posts
    Rep Power
    23
    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

SHARE:
+ Post New Thread

Similar Threads

  1. Self Service Password Reset
    By plexer in forum EduGeek Self Service Password Reset
    Replies: 271
    Last Post: 15th November 2011, 01:40 PM
  2. apc powerchute buisness ed reset password
    By russdev in forum Windows
    Replies: 7
    Last Post: 8th November 2011, 01:35 PM
  3. Local admin password reset?
    By sidewinder in forum Windows
    Replies: 13
    Last Post: 15th October 2009, 07:26 PM
  4. Password Reset form for ICT staff
    By Ross2k5 in forum Windows
    Replies: 19
    Last Post: 8th May 2009, 03:14 PM
  5. HI-GRADE laptop password reset?
    By bishopsgarthstockton in forum Hardware
    Replies: 15
    Last Post: 28th August 2007, 08:50 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •