Angshuman
Angshuman

Reputation: 707

TFS administrator task logging

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

Answers (1)

Cece Dong - MSFT
Cece Dong - MSFT

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.

enter image description here

Upvotes: 2

Related Questions