TFS - Change TFS server's service account

TFS - Change TFS server's service account

Use ChangeAccount to change account and password settings for all service accounts.

***
The following example shows the syntax used to update service accounts. The utility swaps all instances of the old account, MyOldAcct, with a new account, MyNewAcct, and new password, newPass. The utility iterates through the services and only changes those which run under the old account.

>TFSAdminUtil.exe ChangeAccount MyOldAcct MyNewAcct newPass

For more detail info, please refer to the following URL:
http://msdn2.microsoft.com/en-us/library/ms253107(VS.80).aspx

Attention: please backup the TFS databases before you did it.

 

posted @ 2006-12-14 18:06  Rickie  阅读(730)  评论(0编辑  收藏  举报