Ce problème m'a été posé, il y a peu de temps.
Comment renommer votre serveur surtout si celui-ci héberge votre Team Foundation Server ?
Martin's Shoebox, nous donne la solution :
- Log onto the host computer with Administrator privileges.
- Rename the host computer, and then restart it.
- Log onto the host computer again with Administrator privileges.
- Using IIS Manager, stop the Team Foundation Server web site.
- Open up a command prompt window and change directory to %ProgramFiles%\Microsoft Visual Studio 2005 Team Foundation Server\Tools.
- Enter the command TFSAdminUtil RenameDT servername, where servername is the new name of the host computer.
- Enter the command TFSAdminUtil ActivateAt.
- Using Notepad, edit %ProgramFiles%\Microsoft Visual Studio 2005 Team Foundation Server\Web Services\Web.config. Change the values for TfsNameUrl and TfsName to the new server name.
- Using Notepad, edit %ProgramFiles%\Microsoft Visual Studio 2005 Team Foundation Server\TFSServerScheduler\TFSServerScheduler.exe.config. Change the values for BisDomainUrl to the new server name.
- Using IIS Manager, start the Team Foundation Server web site.