Active Directory Users and Computers alanından bilgisar ismi üzerinden sağ tklanarak Reset Account seçeneği kullanılabilir.
netdom.exe resetPws komutu kullanılabilir ya da Powershell komut satırı üzerinden Reset-ComputerMachinePassword komut kullanılabilir.
DSMOD kullanılarak bilgisayar hesabının sıfırlanması
dsmod computer ComputerDN -reset
ComputerDN: Resetlenecek bilgisayar ya da bilgisayarların Distinguishedname (aranan isim) belirtilir.
NETDOM kullanılarak bilgisayar hesabının resetlenmesi;
netdom.exe resetpwd /S:SunucuAdı /ud:Domain\Kullanıcı /pd:*
SunucuAdı: DOmain Controller SunucuAdi
Kullanıcı: Domain\Kullanıcı formatında bilgisayar hesabını resetleme yetkisine sahip kullanıcı hesabı
For example, the local domain controller computer is Server1 and the peer Windows domain controller is Server2. If you run Netdom.exe on Server1 with the following parameters, the password is changed locally and is simultaneously written on Server2, and replication propagates the change to other domain controllers:netdom resetpwd /s:server2 /ud:mydomain\administrator /pd:*