Saat membuat nama Domain di Domain Controller mendapati kesalahan berikut terkait password pada Local Administrator.
The Error Message:
Verification of prerequisites for Domain Controller promotion failed. 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 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 the new domain; otherwise, a password will not be required for the domain Administrator account.

Solution:
- Buka Command Prompt sebagai administrator.
- Jalankan perintah: net user Administrator <Password> /passwordreq:yes
- Re-run the Prerequisites check and will now pass.
4. Cara lain untuk setting password untuk Administrator. Klik Computer Managenment -> Local Users and Groups and click Administrator user dan klick Set Password.
Sumber:
- https://1giantnerd.wordpress.com/2020/07/26/fixing-the-local-administrator-account-becomes-the-domain-administrator-account/
- https://www.faqforge.com/windows-server-2016/verification-prerequisites-domain-controller-promotion-failed-local-administrator-account-becomes-domain-administrator-account-create-new-domain-new-domain-cannot-cr/
84 total views, 2 views today