Is it possible to change the hostname in Windows 2003 from the command line with out-of-the-box tools?
|
The netdom.exe command line program can be used. This is available from the Windows XP Support Tools or Server 2003 Support Tools (both on the installation CD). Usage guidelines here |
|||
|
|
|
The previously mentioned Here is my small improvement to generalize it, by retrieving the current name from the environment:
NOTE: The command must be given in one line, but I've broken it into two to make scrolling unnecessary. As @rbeede mentions you'll have to reboot to complete the update. |
|||||||
|
|
Here's another way of doing it with a WHS script:
Source.aspx) |
|||
|
|
|
I don't know of a command to do this, but you could do it in VBScript or something similar. Somthing like:
|
|||
|
|
|
The netdom.exe command will do that. See http://shurl.us/ra/. You will have to install the Support Tools. |
|||
|
|