Link to home
Start Free TrialLog in
Avatar of cadnyc
cadnycFlag for United States of America

asked on

rename computer names from Windows Server 2008?

is it possible to rename computer names without actually loggin into the workstations to change the computer names? is it possible to change it from the server end?

Thanks
Clipboard01.jpg
Avatar of Mike Kline
Mike Kline
Flag of United States of America image

What OS are the computers that need to be renamed?  You can do it via powershell using the rename-computer cmdlet, more on that here

http://technet.microsoft.com/en-us/library/hh849792.aspx

Thanks

Mike
This can also be accomplished using the "netdom" command as well. The syntax is below...

netdom renamecomputer server1 /newname:server2.domain.com /userd:administrator /passwordd:* /Force:01 /Reboot:01

Open in new window


To get netdom you need to have RSAT installed on a workstation or you need to be on the domain controller.

Will.
ASKER CERTIFIED SOLUTION
Avatar of ktaczala
ktaczala
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial