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.
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?