We can rename a computer from command-line on Windows Server 2008, Windows Server 2003 and Windows XP in a domain environment with Active Directory. In Windows XP, we need to install the Windows XP support tools and in Windows Server 2003, we need Administrators pack installed.
To download the support tools for Windows XP SP2, click here
To download the Administrator pack for Windows Server 2003, click here
To rename a computer attached to a Domain:
C:\Users\Administrator> netdom renamecomputer SAI /newname:SAIBABA /userD:hq\Administrator Passwordd:**** /usero:hq\Administrator /passwordo:***** /reboot
This renames the computer and reboots for the changes to take effect.
The syntax is
netdom renamecomputer <CurrentName> /newname:<NewName> /userD:<Domain Admin User> Passwordd:domainpass /usero:<localAdmin> /passwordo:localpass /reboot
In the above, if you enter “*” instead of the password then it will prompt for the respective user password.
The UserD & PasswordD options allows to make connection to the domain controller
The UserO & passworO options allows to make connection to the local host. This could be the same as the Domain Admin.
Incoming search terms:
- rename computer command line (111)
- rename computer cmd (38)
- change computer name windows 7 command line (29)
- rename computer from command line (28)
- cmd rename computer (26)
- windows 7 change computer name command line (25)
- rename computer windows 7 command line (24)
- change computer name command line windows 7 (23)
- rename computer command line windows 7 (20)
- rename pc command line (19)
Your artical states “We can rename a computer from command-line on Windows Server 2008, Windows Server 2003 and Windows XP in a domain environment with Active Directory.”
Where’s the info to change the computer name in Win XP?
Sorry, should have mentioned about the Support Tools for Windows XP. I’ve now updated the article accordingly.
Netdom is a crap. It renames only computers in domain and only if domain is available.
Compname solve my problem.
I had to use a / before passwordd to make it work.
so it’s [...] /Passwordd:domainpass [...].
Thanks for this anyway
how do you rename a win2k8 server that is a domain controller already? using command-line