Forum Discussion
Imransh21
Jul 29, 2024Copper Contributor
Active Directory Users Remapping in DevOps Server 2022
Hi All, We had a ransomware attack on our AD server and DevOps server. Luckily I had a backup of the DevOps server which I restored back after formating both the servers. I did not change anything a...
Kidd_Ip
Apr 21, 2025MVP
Try remap users by using TFSConfig Identities
1. Open Command Prompt as an administrator.
2. Navigate to the TFSConfig tool location:
cd C:\Program Files\Azure DevOps Server 2022\Tools
3. Run the command to remap identities:
TFSConfig Identities /change /fromdomain:OldDomain /todomain:NewDomain
- If the Domain remains unchanged, try using /usedefaultdomain to remap users based on username similarity.