Merhabalar,
Windows Server 2008R2 Domain Controller kurulumuna başlarken aşağıdaki gibi bir hata alabilirsiniz.
“The Local Administrator Account becomes the Domain Administrator account when you create a new Domain.The new Domain cannot be created because the local administrator account password does not meet the requirements.
Currently a password is not required for the local Administrator account. We recommend that you use the net-user command line tool with the /passwordreq:yes option to require a password for this account before you create a new domain;otherwise the password would not be required for the domain Administrator account”
Bu hatayı aldığımızda Net user komutu ile aşağıdaki parametreyi kullanmamız gerekir.
– Başlat>Çalıştır>gpedit.msc komutu ile group policy management’i açalım.
– Computer Configuration>Windows Settings> Security Settings>Account Policy>Password Policy Kompleks şifre ayarını disabled ediyoruz.
– Bu işlemleri yaptıktan sonra net user administrator <parola> /passwordreq:yes ve gpupdate /force komutlarını çalıştırıyoruz.
Bir sonraki yazıda görüşmek üzere.