Hi,
I'm in the process of moving users from an "old" Windows domain to a "new" one and need to reflect these changes in TFS permissions.
I've been successfully following the instruction in this MSDN article: http://msdn.microsoft.com/en-us/library/ms404883.aspx
But I've stumbled into an end-case that the article does not cover. For some of the users, the username in the old domain is different from the username in the new domain and it seems that the TfsAdmin.exe Sid
command does not know how to address this issue.
Does anybody know how to reassign the TFS sid from domainA\usernameA to domainB\usernameB?
Thanks.