Wednesday, September 7, 2011

Replacing TFS service account

Today I had an issue with TFS. To describe the problem shortly: I needed to replace old TFS service account with the new one. 
The following magic command did the trick :

tfsadminutil changeaccount domain\tfs_svc domain\tfs_svc_new password_for_tfs_svc_new

Command's description can be found here: http://msdn.microsoft.com/en-us/library/ms253107(v=VS.90).aspx

No comments: