Jason Robbins
Jason Robbins

Reputation: 83

TFS Permissions Audit

I have a requirement from our company auditors to be able to prove who can alter code in our source repository. Is there a method of producing a report detailing permissions?

Ideally the report would show all permissions but at least it needs to show check-in permissions. Ideally the report would be standard functionality as this tends to lead to less questioning from the auditors, but if not possible then custom reports/queries would be manageable.

We're using TFS 2018 on premise.

Upvotes: 2

Views: 1688

Answers (2)

Cece Dong - MSFT
Cece Dong - MSFT

Reputation: 31003

You could check extension TFS Permission Visualizer, which displays TFS security groups and permissions in a form of a graph.

Also, you could refer to the solution Extracting effective permissions from TFS on GitHub. This practical guidance and sample code is based on extensive research to address two of the commonly heard requests on Team Foundation Server security:

  • Report on the effective permissions of a TFS user/group.
  • Report on security auditing for TFS.

Upvotes: 1

Related Questions