We are facing a TFS domain migration. As written in TFS documentation Move user accounts and service accounts the user identities will be moved with the TFSConfig Identities command.
Can I move the identity within the same domain from userA
to userB
?
And would this happen in a way that there are no references to userA
left in TFS database?
Before the migration we will upgrade from TFS 2017.3 to TFS 2018 or Azure Devops Server 2019.
Our general domain migration happend one year ago. The TFS resides in the former domain, say OLDDOMAIN
. Every user OLDDOMAIN\initials
got a new account as NEWDOMAIN\name.surname
.
Unfortunately some users from the new domain where added to the local administrator group of TFS not knowing that TFS will sync them and create TFS identities and without having a clue about the consequences.
The idea is to change those identities from NEWDOMAIN\name.surname
to a new user NEWDOMAIN\admin.name.surname
OR OLDDOMAIN\initialsAdmin
so that OLDDOMAIN\initials
can be moved to NEWDOMAIN\user.surname
.