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.

 

相关文章:

  • 2022-01-20
  • 2021-06-12
  • 2021-12-06
  • 2022-01-16
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-10
  • 2021-11-10
  • 2021-05-17
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案