Reputation: 707
Is there a way to track who (among the project administrators) has removed a user or added a user in a Team project.
So the scenario is like this: i have a team project where there is 2 project admins, admin1 and admin2. Now i want to find out who among the admin1 and admin2 has added a new user userN to the contributor of the team project.
Upvotes: 0
Views: 116
Reputation: 31075
TFS doesn't provide such a traciking log by default. But you can check web-based administration interface http://your-server:8080/tfs/_oi/
for some things inside of TFS.
I just added a user, then I can see there is a ApiIdentity.AddIdentities command executed under my Identity.
Upvotes: 2