Posts Tagged ‘windows server 2008 domain password’

4 Ways to Reset Domain Admin Password on Windows Server 2008

September 9th, 2016 by Admin

How can I change domain password from command line? Have you forgotten domain administrator password? In this tutorial we’ll show you 4 ways to reset domain admin password on Windows Server 2008 domain controller.

Method 1: Reset Domain Admin Password Using Active Directory Users and Computers snap-in

  1. Click the Start button, and then select All Programs > Administrative Tools > Active Directory Users and Computer.

    active-directory-users-and-computers

  2. When the Active Directory Users and Computers MMC snap-in opens, expand your domain and click Users in the left pane.
  3. In the right pane, right-click the name of the account, and click Reset Password.

    reset-domain-password

  4. Type and then confirm the new password. Click OK.

    enter-new-domain-password

Method 2: Reset Domain Admin Password from Command Line

  1. To get started, you need to open an elevated Command Prompt. Click the Start button, and then select All Programs > Accessories. Right-click on Command Prompt and select Run as administrator.

    run-cmd-as-admin

  2. At the Command Prompt, you can run the net user user_name new_password /domain command to change your domain user password. For example, if you wan to change the password of the user Tom to P@ssword123, run the below command:
    net user Tom P@ssword123 /domain

    reset-domain-password-from-command

  3. Now you’ve successfully reset your domain administrator password from command line.

Method 3: Reset Domain Admin Password by Pressing Ctrl+Alt+Del

  1. When you’re logged into Windows Server, press the Ctrl+Alt+Del key combination, you will still see this task menu. Click Change a password.

    ctrl-alt-del-screen

  2. Type your old password followed by a new password as indicated, and then type the new password again to confirm it. Press Enter or click on the blue arrow pointing right.

    change-domain-password

  3. You should then receive a message stating that you have successfully changed your password.

Method 4: Reset Domain Admin Password Using PCUnlocker

  1. Download PCUnlocker Enterprise (distributed as .zip format) and save it to your desktop. When the download is complete, right-click on the .zip file to extract it.
  2. After extracting, burn the PCUnlocker ISO file to your USB flash drive using ISO2Disc – an excellent utility that helps to create bootable CD/USB flash drive from ISO file.

  3. Next insert the USB flash drive into your Windows Server machine. Restart the server and enter into BIOS Setup: set the USB as first boot device. After booting from USB, it’ll take you to the PCUnlocker application.
  4. Switch the recovery mode to Reset Active Directory Password. The program will display your domain accounts stored in the Active Directory database. Choose an user and click Reset Password.

    pcunlocker

  5. Click Yes to confirm and your domain user password will be changed to Password123 immediately.

    reset-forgotten-domain-password

    Reboot the server without USB, you can then log in to Windows Server 2008 domain controller successfully. That’s it!